From 1be02447823f309c7450299ba7128da4b86573ad Mon Sep 17 00:00:00 2001 From: martende Date: Tue, 27 Nov 2012 17:30:20 +0100 Subject: neg test added --- test/files/neg/t5753.check | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/files/neg/t5753.check (limited to 'test/files/neg/t5753.check') 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 -- cgit v1.2.3