diff options
Diffstat (limited to 'src/test/ui/codemap_tests/unicode.expanded.stdout')
| -rw-r--r-- | src/test/ui/codemap_tests/unicode.expanded.stdout | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/ui/codemap_tests/unicode.expanded.stdout b/src/test/ui/codemap_tests/unicode.expanded.stdout deleted file mode 100644 index d14bb42b2fd..00000000000 --- a/src/test/ui/codemap_tests/unicode.expanded.stdout +++ /dev/null @@ -1,13 +0,0 @@ -#![feature(prelude_import)] -#![no_std] -#[prelude_import] -use ::std::prelude::rust_2015::*; -#[macro_use] -extern crate std; -// revisions: normal expanded -//[expanded] check-pass -//[expanded]compile-flags: -Zunpretty=expanded - -extern "路濫狼á́́" fn foo() {} - -fn main() {} |
