summaryrefslogtreecommitdiff
path: root/test/files/neg/t5753.check
diff options
context:
space:
mode:
authormartende <entcrd@yahoo.com>2012-11-27 17:30:20 +0100
committermartende <entcrd@yahoo.com>2012-11-27 17:30:20 +0100
commit1be02447823f309c7450299ba7128da4b86573ad (patch)
tree15cc277eca1f3ce2caea457536f4a1d77486958d /test/files/neg/t5753.check
parent597a949e8700d585dc89979b66375367ac73acc2 (diff)
downloadscala-1be02447823f309c7450299ba7128da4b86573ad.tar.gz
scala-1be02447823f309c7450299ba7128da4b86573ad.tar.bz2
scala-1be02447823f309c7450299ba7128da4b86573ad.zip
neg test added
Diffstat (limited to 'test/files/neg/t5753.check')
-rw-r--r--test/files/neg/t5753.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t5753.check b/test/files/neg/t5753.check
new file mode 100644
index 0000000000..76602de17d
--- /dev/null
+++ b/test/files/neg/t5753.check
@@ -0,0 +1,4 @@
+Test_2.scala:9: error: macro implementation not found: foo (the most common reason for that is that you cannot use macro implementations in the same compilation run that defines them)
+ println(foo(42))
+ ^
+one error found