summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidshape-c.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-invalidshape-c.check')
-rw-r--r--test/files/neg/macro-invalidshape-c.check9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/files/neg/macro-invalidshape-c.check b/test/files/neg/macro-invalidshape-c.check
deleted file mode 100644
index 0b2e9cfe4f..0000000000
--- a/test/files/neg/macro-invalidshape-c.check
+++ /dev/null
@@ -1,9 +0,0 @@
-Macros_Test_2.scala:2: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
- def foo(x: Any) = macro {2; Impls.foo}
- ^
-Macros_Test_2.scala:2: error: missing arguments for method foo in object Impls;
-follow this method with `_' if you want to treat it as a partially applied function
- def foo(x: Any) = macro {2; Impls.foo}
- ^
-one warning found
-one error found