From aad6deae7204a7fc95b59ede61b188bb62f51188 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 3 May 2012 23:41:10 -0700 Subject: Fix for broken non-local returns. Don't change the owner of a return if the new owner is nested inside the old owner. Closes SI-5612. --- test/files/run/t5612.check | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/files/run/t5612.check (limited to 'test/files/run/t5612.check') diff --git a/test/files/run/t5612.check b/test/files/run/t5612.check new file mode 100644 index 0000000000..9d19cca292 --- /dev/null +++ b/test/files/run/t5612.check @@ -0,0 +1,4 @@ +START for List(Two, Two, One, Three) +TWO +TWO +ONE -- cgit v1.2.3