diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-02 11:42:42 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-02 11:42:42 -0800 |
commit | 0b2a80ba3907b7e61b0877e2a1ec2a7454770d47 (patch) | |
tree | 58c8abe642f197022d2a97114a007c2d53fd08e8 /src/relooper | |
parent | 8717929f2dbc79023544b6580813e805a1ccaafd (diff) |
update relooper tests
Diffstat (limited to 'src/relooper')
-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 b7c8794d..12d0ef39 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 = 19; + label = 18; break; } // code 3 @@ -64,7 +64,7 @@ while(1) { var $i_0 = $7;var $x_0 = $5; } } -if (label == 19) { +if (label == 18) { // code 7 } // code 4 |