diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-01-07 13:52:17 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-01-07 13:52:17 -0800 |
commit | 79f0cfe423103c7c857c0abc2362608d64878c13 (patch) | |
tree | f5426c9f7e9a3b18c0bd35904392c0bc52430817 | |
parent | 97fe3159e17d65dd9912a6a0e86f74d89f3ba194 (diff) |
update relooper tests
-rw-r--r-- | src/relooper/test.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/relooper/test.txt b/src/relooper/test.txt index 12d0ef39..b7c8794d 100644 --- a/src/relooper/test.txt +++ b/src/relooper/test.txt @@ -54,7 +54,7 @@ while(1) { // code 2 if (!($2)) { var $x_1 = $x_0; - label = 18; + label = 19; break; } // code 3 @@ -64,7 +64,7 @@ while(1) { var $i_0 = $7;var $x_0 = $5; } } -if (label == 18) { +if (label == 19) { // code 7 } // code 4 |