os-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
159 B
Rust
Raw Normal View History

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