test: Add a test for #1697
This commit is contained in:
parent
99a48660d1
commit
ae23ee28e2
1 changed files with 7 additions and 0 deletions
7
src/test/compile-fail/issue-1697.rs
Normal file
7
src/test/compile-fail/issue-1697.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Testing that we don't fail abnormally after hitting the errors
|
||||
|
||||
import unresolved::*; //! ERROR unresolved modulename
|
||||
//!^ ERROR unresolved does not name a module
|
||||
|
||||
fn main() {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue