diff options
Diffstat (limited to 'src/test/parse-fail')
| -rw-r--r-- | src/test/parse-fail/pub-method-macro.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/parse-fail/pub-method-macro.rs b/src/test/parse-fail/pub-method-macro.rs index 198fa5b9aca..83db24b8c01 100644 --- a/src/test/parse-fail/pub-method-macro.rs +++ b/src/test/parse-fail/pub-method-macro.rs @@ -29,6 +29,4 @@ mod bleh { } } -fn main() { - bleh::S.f(); -} +fn main() {} |
