From e9926a5207aadcfe3831b51b1cd6164757278013 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Fri, 17 Feb 2012 17:10:49 +0100 Subject: Fixes miscellaneous macro bugs --- test/files/run/macro-rettype-mismatch.check | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/run/macro-rettype-mismatch.check (limited to 'test/files/run/macro-rettype-mismatch.check') diff --git a/test/files/run/macro-rettype-mismatch.check b/test/files/run/macro-rettype-mismatch.check new file mode 100644 index 0000000000..f6e4bc09fd --- /dev/null +++ b/test/files/run/macro-rettype-mismatch.check @@ -0,0 +1,5 @@ +error: type mismatch; + found : Int(2) + required: String + +java.lang.Error: reflective compilation has failed -- cgit v1.2.3