diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-14 13:37:55 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-14 14:11:25 +0200 |
commit | 4dc38775687ea70e10cd20bae0eaa522d4f034e7 (patch) | |
tree | a480a84696ed3e498f8bc6fce3a7583b47c9b331 /testsuite/tests/numeric | |
parent | 783b79bfb5e0ca85b446335fe20cb794a1519ed4 (diff) | |
download | haskell-4dc38775687ea70e10cd20bae0eaa522d4f034e7.tar.gz |
Testsuite: rename *.stderr-ghc to *.stderr
And *.stdout-ghc to *.stdout. We only have output files for ghc now.
Diffstat (limited to 'testsuite/tests/numeric')
-rw-r--r-- | testsuite/tests/numeric/should_run/arith001.stdout-ghc | 5 | ||||
-rw-r--r-- | testsuite/tests/numeric/should_run/arith002.stdout-ghc | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/tests/numeric/should_run/arith001.stdout-ghc b/testsuite/tests/numeric/should_run/arith001.stdout-ghc deleted file mode 100644 index 741c4809ef..0000000000 --- a/testsuite/tests/numeric/should_run/arith001.stdout-ghc +++ /dev/null @@ -1,5 +0,0 @@ -42 % 1 -42, 1 -42.0, 1.0 -5910974510923776, -47 -5910974510923776, -47 diff --git a/testsuite/tests/numeric/should_run/arith002.stdout-ghc b/testsuite/tests/numeric/should_run/arith002.stdout-ghc deleted file mode 100644 index ab717549fd..0000000000 --- a/testsuite/tests/numeric/should_run/arith002.stdout-ghc +++ /dev/null @@ -1,4 +0,0 @@ -[0 % 1,0 % 1,0 % 1,2 % 1,2 % 1,(-2) % 1,(-2) % 1,22 % 7,1 % 5000] -[0,0,0,2,2,-2,-2,22,1,1,1,1,1,1,1,1,7,5000] -[0 % 1,0 % 1,0 % 1,2 % 1,2 % 1,(-2) % 1,(-2) % 1,22 % 7,1 % 5000] -[0,0,0,2,2,-2,-2,22,1,1,1,1,1,1,1,1,7,5000] |