Skip to content

Commit

Permalink
test/compile-fail: fix expected error message for non-UTF8 source.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed May 16, 2015
1 parent 07d4f77 commit 8cc9878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/compile-fail/not-utf8.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// error-pattern: is not UTF-8
// error-pattern: did not contain valid UTF-8

fn foo() {
include!("not-utf8.bin")
Expand Down

0 comments on commit 8cc9878

Please sign in to comment.