summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-argtype-mismatch
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-argtype-mismatch')
-rw-r--r--test/files/neg/macro-argtype-mismatch/Macros_1.scala3
-rw-r--r--test/files/neg/macro-argtype-mismatch/Test_2.scala4
2 files changed, 0 insertions, 7 deletions
diff --git a/test/files/neg/macro-argtype-mismatch/Macros_1.scala b/test/files/neg/macro-argtype-mismatch/Macros_1.scala
deleted file mode 100644
index 4b5f98ba37..0000000000
--- a/test/files/neg/macro-argtype-mismatch/Macros_1.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object Macros {
- def macro foo(x: Int) = x
-} \ No newline at end of file
diff --git a/test/files/neg/macro-argtype-mismatch/Test_2.scala b/test/files/neg/macro-argtype-mismatch/Test_2.scala
deleted file mode 100644
index 18feb69425..0000000000
--- a/test/files/neg/macro-argtype-mismatch/Test_2.scala
+++ /dev/null
@@ -1,4 +0,0 @@
-object Test extends App {
- import Macros._
- foo("2")
-} \ No newline at end of file