diff options
Diffstat (limited to 'tests/ui/new-style-constants.rs')
| -rw-r--r-- | tests/ui/new-style-constants.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/ui/new-style-constants.rs b/tests/ui/new-style-constants.rs deleted file mode 100644 index e33a2da3878..00000000000 --- a/tests/ui/new-style-constants.rs +++ /dev/null @@ -1,7 +0,0 @@ -//@ run-pass - -static FOO: isize = 3; - -pub fn main() { - println!("{}", FOO); -} |
