[commit: testsuite] master: Rellocate test for T7689 to different directory (b00381e)
git at git.haskell.org
git at git.haskell.org
Mon Aug 19 17:32:26 CEST 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b00381e97088ea6549c0d17ed91a1db91e8a5b44/testsuite
>---------------------------------------------------------------
commit b00381e97088ea6549c0d17ed91a1db91e8a5b44
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Mon Aug 19 16:31:19 2013 +0100
Rellocate test for T7689 to different directory
This test is testing primops, so it should be in the primops/
directory and not numeric.
>---------------------------------------------------------------
b00381e97088ea6549c0d17ed91a1db91e8a5b44
tests/numeric/should_run/all.T | 2 --
tests/{numeric => primops}/should_run/T7689.hs | 0
tests/{numeric => primops}/should_run/T7689.stdout | 0
tests/primops/should_run/all.T | 2 ++
4 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/numeric/should_run/all.T b/tests/numeric/should_run/all.T
index 747b37f..70bd591 100644
--- a/tests/numeric/should_run/all.T
+++ b/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/tests/numeric/should_run/T7689.hs b/tests/primops/should_run/T7689.hs
similarity index 100%
rename from tests/numeric/should_run/T7689.hs
rename to tests/primops/should_run/T7689.hs
diff --git a/tests/numeric/should_run/T7689.stdout b/tests/primops/should_run/T7689.stdout
similarity index 100%
rename from tests/numeric/should_run/T7689.stdout
rename to tests/primops/should_run/T7689.stdout
diff --git a/tests/primops/should_run/all.T b/tests/primops/should_run/all.T
index ddd6060..a2c48fe 100644
--- a/tests/primops/should_run/all.T
+++ b/tests/primops/should_run/all.T
@@ -1 +1,3 @@
test('T6135', normal, compile_and_run, [''])
+
+test('T7689', normal, compile_and_run, [''])
More information about the ghc-commits
mailing list