diff options
-rw-r--r-- | testcases | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -205,3 +205,8 @@ gawk=__gawk__ tmp=$(./cppawk --awk=testdir/testdel 1); [ -e $tmp ] || echo gone : gone +-- +38: +./cppawk --prepro-only -f testdir/program.cwk | grep BEGIN +: +BEGIN { print ((42) > (73) ? (42) : (73)) } |