Change tests to use new error message
This commit is contained in:
parent
cd41ee2044
commit
1edfed7914
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// error-pattern: main function not found
|
||||
// error-pattern: entry function not found
|
||||
|
||||
// Since we're not compiling a test runner this function should be elided
|
||||
// and the build will fail because main doesn't exist
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// error-pattern:main function not found
|
||||
// error-pattern:entry function not found
|
||||
fn mian() { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue