rust/tests/ui/test-attrs/issue-16597-empty.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
157 B
Rust
Raw Normal View History

// run-pass
2014-08-31 06:48:31 +00:00
// compile-flags:--test
// This verifies that the test generation doesn't crash when we have
// no tests - for more information, see PR #16892.