diff options
Diffstat (limited to 'examples/working-compiler')
| -rw-r--r-- | examples/working-compiler/curry-std.test | 2 | ||||
| -rw-r--r-- | examples/working-compiler/undefined-resolution.test | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/working-compiler/curry-std.test b/examples/working-compiler/curry-std.test index 28dab30..0dc44a9 100644 --- a/examples/working-compiler/curry-std.test +++ b/examples/working-compiler/curry-std.test @@ -1,4 +1,4 @@ 3 3 ||add ||add mul * * dump ||add ||add mul { ** }_ =*m -3 3 m dump +3 3 m dump # should be 00024 diff --git a/examples/working-compiler/undefined-resolution.test b/examples/working-compiler/undefined-resolution.test index aa0230e..65b16b5 100644 --- a/examples/working-compiler/undefined-resolution.test +++ b/examples/working-compiler/undefined-resolution.test @@ -1,3 +1,5 @@ +# FIXME: does not yet work with optimization + < { "#." dump dump } "#." deffd { "#.|" dump dump } "#.|" deffd |
