diff options
Diffstat (limited to 'src/test/run-make/unicode-input')
| -rw-r--r-- | src/test/run-make/unicode-input/span_length.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/unicode-input/span_length.rs b/src/test/run-make/unicode-input/span_length.rs index faa22962290..3b53af830e6 100644 --- a/src/test/run-make/unicode-input/span_length.rs +++ b/src/test/run-make/unicode-input/span_length.rs @@ -46,7 +46,7 @@ fn main() { { let _ = write!(&mut File::create(&main_file).unwrap(), - r"\#[feature(non_ascii_idents)]; fn main() \{ {} \}", + r"\#![feature(non_ascii_idents)] fn main() \{ {} \}", // random string of length n range(0, n).map(|_| random_char()).collect::<~str>()); } |
