summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2013-08-19 16:31:19 +0100
committerJan Stolarek <jan.stolarek@p.lodz.pl>2013-08-19 16:31:19 +0100
commit5314acb9c594558ff1a69cdb826313dda764ee7d (patch)
tree8f65b66343e3d84967e9d03e52250a2adbd7cb27
parentd157f5f248b2dc07ce1b65c279158bab4ba400c5 (diff)
downloadhaskell-5314acb9c594558ff1a69cdb826313dda764ee7d.tar.gz
Rellocate test for T7689 to different directory
This test is testing primops, so it should be in the primops/ directory and not numeric.
-rw-r--r--testsuite/tests/numeric/should_run/all.T2
-rw-r--r--testsuite/tests/primops/should_run/T7689.hs (renamed from testsuite/tests/numeric/should_run/T7689.hs)0
-rw-r--r--testsuite/tests/primops/should_run/T7689.stdout (renamed from testsuite/tests/numeric/should_run/T7689.stdout)0
-rw-r--r--testsuite/tests/primops/should_run/all.T2
4 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T
index 747b37f754..70bd591503 100644
--- a/testsuite/tests/numeric/should_run/all.T
+++ b/testsuite/tests/numeric/should_run/all.T
@@ -60,5 +60,3 @@ test('T7014',
['$MAKE -s --no-print-directory T7014'])
test('T7233', normal, compile_and_run, [''])
-
-test('T7689', normal, compile_and_run, [''])
diff --git a/testsuite/tests/numeric/should_run/T7689.hs b/testsuite/tests/primops/should_run/T7689.hs
index 4f0d8e4394..4f0d8e4394 100644
--- a/testsuite/tests/numeric/should_run/T7689.hs
+++ b/testsuite/tests/primops/should_run/T7689.hs
diff --git a/testsuite/tests/numeric/should_run/T7689.stdout b/testsuite/tests/primops/should_run/T7689.stdout
index 1a97da1700..1a97da1700 100644
--- a/testsuite/tests/numeric/should_run/T7689.stdout
+++ b/testsuite/tests/primops/should_run/T7689.stdout
diff --git a/testsuite/tests/primops/should_run/all.T b/testsuite/tests/primops/should_run/all.T
index ddd6060611..a2c48fe19a 100644
--- a/testsuite/tests/primops/should_run/all.T
+++ b/testsuite/tests/primops/should_run/all.T
@@ -1 +1,3 @@
test('T6135', normal, compile_and_run, [''])
+
+test('T7689', normal, compile_and_run, [''])