summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidimpl-h.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-invalidimpl-h.check')
-rw-r--r--test/files/neg/macro-invalidimpl-h.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/neg/macro-invalidimpl-h.check b/test/files/neg/macro-invalidimpl-h.check
deleted file mode 100644
index ea76e1aeac..0000000000
--- a/test/files/neg/macro-invalidimpl-h.check
+++ /dev/null
@@ -1,4 +0,0 @@
-Macros_Test_2.scala:2: error: type arguments [String] do not conform to method foo's type parameter bounds [U <: Int]
- def foo = macro Impls.foo[String]
- ^
-one error found