diff options
author | Araq <rumpf_a@web.de> | 2014-03-27 19:43:17 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-03-27 19:43:17 +0100 |
commit | 76ef7529575d9cff2cb97117fe9b000f2af928bd (patch) | |
tree | eddc69a46914d06ba7d3827ae701fddd086cef56 /tests/showoff | |
parent | 3365b42bbe5e09f8e8a739597ae5e49e2ff2c259 (diff) | |
download | Nim-76ef7529575d9cff2cb97117fe9b000f2af928bd.tar.gz |
made some tests green
Diffstat (limited to 'tests/showoff')
-rw-r--r-- | tests/showoff/tdrdobbs_examples.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/showoff/tdrdobbs_examples.nim b/tests/showoff/tdrdobbs_examples.nim index d1e0585d2..0b3d86a05 100644 --- a/tests/showoff/tdrdobbs_examples.nim +++ b/tests/showoff/tdrdobbs_examples.nim @@ -1,7 +1,7 @@ discard """ output: '''108 11 -1 1936 -4.000000000000002-e001 +4.0000000000000002e-001 true truefalse''' """ |