diff options
| author | Jon French | 2018-06-11 15:25:02 +0100 |
|---|---|---|
| committer | Jon French | 2018-06-11 15:25:02 +0100 |
| commit | 826e94548a86a88d8fefeb1edef177c02bf5d68d (patch) | |
| tree | fc9a5484440e030cc479101c5cab345c1c77468e /test/c/loop_exception.expect | |
| parent | 5717bb3d0cef5932cb2b33bc66b3b2f0c0552164 (diff) | |
| parent | 4336409f923c10a8c5e4acc91fa7e6ef5551a88f (diff) | |
Merge branch 'sail2' into mappings
(involved some manual tinkering with gitignore, type_check, riscv)
Diffstat (limited to 'test/c/loop_exception.expect')
| -rw-r--r-- | test/c/loop_exception.expect | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/c/loop_exception.expect b/test/c/loop_exception.expect new file mode 100644 index 00000000..dea35e86 --- /dev/null +++ b/test/c/loop_exception.expect @@ -0,0 +1,23 @@ +i = 1 +i = 2 +i = 3 +i = 3 +i = 2 +i = 1 +j = 1 +j = 2 +j = 3 +k = 0x01 +k = 0x02 +k = 0x03 +Caught +Looping +Caught inner exception +Caught outer exception +Outer handler +Outer handler +Once +Once +ok +ok +R = 3 |
