From be864d412c917ba2e42d44e40bfac6059a737b07 Mon Sep 17 00:00:00 2001 From: Fergus Henderson Date: Tue, 10 Feb 2004 13:18:44 +0000 Subject: [PATCH] Add my recently-added test case constant_prop_2 to the list of Estimated hours taken: 0.1 Branches: main tests/hard_coded/Mmakefile: Add my recently-added test case constant_prop_2 to the list of tests which pass in grade java. (constant_prop_1 doesn't pass in grade java, due to different numbers of trailing zeroes after the decimal point when outputting a float.) --- tests/hard_coded/Mmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hard_coded/Mmakefile b/tests/hard_coded/Mmakefile index 649afbe64..539d939ce 100644 --- a/tests/hard_coded/Mmakefile +++ b/tests/hard_coded/Mmakefile @@ -193,6 +193,7 @@ JAVA_PASS_PROGS= \ brace \ c_write_string \ compare_spec \ + constant_prop_2 \ contains_char \ constraint \ curry \