From 68f9af208c4dbda73b8dd388619cf6f83711b2c3 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Tue, 14 Apr 2015 19:32:51 +0200 Subject: Improved some tests --- examples/working-compiler/curry-std.test | 2 +- examples/working-compiler/undefined-resolution.test | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/working-compiler') 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 -- cgit v1.2.3