diff options
Diffstat (limited to 'tests/data/parser/ok/0024_const_item.rs')
-rw-r--r-- | tests/data/parser/ok/0024_const_item.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/data/parser/ok/0024_const_item.rs b/tests/data/parser/ok/0024_const_item.rs deleted file mode 100644 index 7446859b5..000000000 --- a/tests/data/parser/ok/0024_const_item.rs +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | const FOO: u32 = 92; | ||
2 | const mut BAR: u32 = 62; | ||