summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/shebang/shebang-comment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/shebang/shebang-comment.rs')
-rw-r--r--src/test/ui/parser/shebang/shebang-comment.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/ui/parser/shebang/shebang-comment.rs b/src/test/ui/parser/shebang/shebang-comment.rs
deleted file mode 100644
index 2b1ab0c57..000000000
--- a/src/test/ui/parser/shebang/shebang-comment.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-#!//bin/bash
-
-// check-pass
-fn main() {
- println!("a valid shebang (that is also a rust comment)")
-}