diff options
Diffstat (limited to 'src/test/ui/macros/bad_hello.rs')
| -rw-r--r-- | src/test/ui/macros/bad_hello.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/ui/macros/bad_hello.rs b/src/test/ui/macros/bad_hello.rs deleted file mode 100644 index aaa9e243a2d..00000000000 --- a/src/test/ui/macros/bad_hello.rs +++ /dev/null @@ -1,6 +0,0 @@ -fn main() { - println!(3 + 4); - //~^ ERROR format argument must be a string literal - println!(3, 4); - //~^ ERROR format argument must be a string literal -} |
