diff options
Diffstat (limited to 'test/expr/break-block.txt')
-rw-r--r-- | test/expr/break-block.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/expr/break-block.txt b/test/expr/break-block.txt deleted file mode 100644 index 40f9892b..00000000 --- a/test/expr/break-block.txt +++ /dev/null @@ -1,6 +0,0 @@ -(module - (func - (block $exit1 - (break 0)) - (block $exit2 - (break $exit2)))) |