shithub: mc

Download patch

ref: f9c8f07de30e44dc51e82d8c8a83553ac36b92f6
parent: 5850140d219ed3f49c735c8933f752f25d2af0f3
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Jul 28 11:05:51 EDT 2012

Fix the test.

    Return the value we set, not a random constant.

--- a/test/overlappingif.myr
+++ b/test/overlappingif.myr
@@ -11,5 +11,5 @@
 	elif v & 0xffff != 0
 		x = 3
 	;;
-	-> 0
+	-> x
 }