summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/const.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const.rs')
-rw-r--r--src/test/ui/consts/const.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/ui/consts/const.rs b/src/test/ui/consts/const.rs
deleted file mode 100644
index 71fbadfa8..000000000
--- a/src/test/ui/consts/const.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-// run-pass
-#![allow(non_upper_case_globals)]
-
-static i: isize = 10;
-
-pub fn main() { println!("{}", i); }