diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-12-28 10:39:44 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-12-28 10:39:44 -0800 |
commit | 493eed11c24fc51716a08df7b72d5f0021e6535e (patch) | |
tree | 47be247a230d7890e8a37788206e0220c87573c8 /src/relooper/test_fuzz2.txt | |
parent | 9e1c9c1577669424a9c7dee86b34f20ad6366c8e (diff) |
optimize relooper id counters1.8.0
Diffstat (limited to 'src/relooper/test_fuzz2.txt')
-rw-r--r-- | src/relooper/test_fuzz2.txt | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/src/relooper/test_fuzz2.txt b/src/relooper/test_fuzz2.txt index 69f4350c..a94908a1 100644 --- a/src/relooper/test_fuzz2.txt +++ b/src/relooper/test_fuzz2.txt @@ -1,30 +1,30 @@ -print('entry'); var label; var state; var decisions = [4, 1, 4, 3, 4, 1, 2, 5, 1, 3, 5, 5, 1, 5, 2, 4, 4, 3]; var index = 0; function check() { if (index == decisions.length) throw 'HALT'; return decisions[index++] } -switch (the_var) { -state == 1 { - while(1) { - print(1); state = check(); - switch (the_var) { - default: { - } + print('entry'); var label; var state; var decisions = [4, 1, 4, 3, 4, 1, 2, 5, 1, 3, 5, 5, 1, 5, 2, 4, 4, 3]; var index = 0; function check() { if (index == decisions.length) throw 'HALT'; return decisions[index++] } + switch (the_var) { + state == 1 { + while(1) { + print(1); state = check(); + switch (the_var) { + default: { + } + } } + break; } - break; -} -default: { -} -} -while(1) { - print(3); state = check(); - switch (the_var) { default: { } } - print(2); state = check(); - switch (the_var) { - default: { - } + while(1) { + print(3); state = check(); + switch (the_var) { + default: { + } + } + print(2); state = check(); + switch (the_var) { + default: { + } + } } -} |