Change tests to use new error message

This commit is contained in:
James Miller 2013-04-10 18:02:15 +12:00
parent cd41ee2044
commit 1edfed7914
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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() { }