about summary refs log tree commit diff
path: root/src/test/ui/macros/bad_hello.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/bad_hello.rs')
-rw-r--r--src/test/ui/macros/bad_hello.rs6
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
-}