diff options
Diffstat (limited to 'src/relooper/test_fuzz2.txt')
-rw-r--r-- | src/relooper/test_fuzz2.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/relooper/test_fuzz2.txt b/src/relooper/test_fuzz2.txt index c48c6b6c..572e819d 100644 --- a/src/relooper/test_fuzz2.txt +++ b/src/relooper/test_fuzz2.txt @@ -5,10 +5,9 @@ if (state == 1) { while(1) { print(1); state = check(); } -} else { - while(1) { - print(3); state = check(); - print(2); state = check(); - } +} +while(1) { + print(3); state = check(); + print(2); state = check(); } |