about summary refs log tree commit diff
path: root/src/test/parse-fail
diff options
context:
space:
mode:
authorJeffrey Seyfried <jeffrey.seyfried@gmail.com>2016-03-03 02:32:55 +0000
committerJeffrey Seyfried <jeffrey.seyfried@gmail.com>2016-03-30 21:26:35 +0000
commit09af5036da4087569a033eea91c8b9dd63a079a0 (patch)
tree892776cf4981da252fe5882fc6b3caf2bacabadb /src/test/parse-fail
parent6f16c5c81f86be4b4b50ef5396c6412844235dbf (diff)
downloadrust-09af5036da4087569a033eea91c8b9dd63a079a0.tar.gz
rust-09af5036da4087569a033eea91c8b9dd63a079a0.zip
Fix fallout in tests
Diffstat (limited to 'src/test/parse-fail')
-rw-r--r--src/test/parse-fail/pub-method-macro.rs4
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() {}