diff options
author | Aleksey Kladov <[email protected]> | 2018-08-07 12:56:33 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-07 12:57:19 +0100 |
commit | 9ef9ec9ec35372c372711878b7aaff94a1b39816 (patch) | |
tree | cef883cd7c7db1bb2f36aa398e7c3fe3395392b8 /tests/data/parser/inline/0066_not_expr.rs | |
parent | 1a25cb0b1e0f81e7b76c0b41b94d18eca3bd3bfb (diff) |
Simplify tests
Diffstat (limited to 'tests/data/parser/inline/0066_not_expr.rs')
-rw-r--r-- | tests/data/parser/inline/0066_not_expr.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/data/parser/inline/0066_not_expr.rs b/tests/data/parser/inline/0066_not_expr.rs deleted file mode 100644 index 4c97fd9a6..000000000 --- a/tests/data/parser/inline/0066_not_expr.rs +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | fn foo() { | ||
2 | !!true; | ||
3 | } | ||