From 9f2b2894ba2b45135943e943d13898aefc333cc2 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sun, 16 Jun 2013 14:47:26 -0400 Subject: SI-7584 Test and spurious warning fix for by-name closures The enclosed test case exercises by-name closures, which were the subject of the previous commit. In the process, a spurious warning was eliminated. --- test/files/run/t7584.check | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/run/t7584.check (limited to 'test/files/run/t7584.check') diff --git a/test/files/run/t7584.check b/test/files/run/t7584.check new file mode 100644 index 0000000000..9f53e5dde5 --- /dev/null +++ b/test/files/run/t7584.check @@ -0,0 +1,6 @@ +no calls +call A +a +call B twice +b +b -- cgit v1.2.3