[commit: ghc] ghc-7.8: Move test case for #8631 to the correct directory. (6e68886)

git at git.haskell.org git at git.haskell.org
Mon Feb 17 09:15:12 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/6e68886a29634fddf5777f46a508aba62447ac39/ghc

>---------------------------------------------------------------

commit 6e68886a29634fddf5777f46a508aba62447ac39
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Sun Feb 9 10:57:44 2014 -0500

    Move test case for #8631 to the correct directory.
    
    (cherry picked from commit 02c7135dfce049b53bd38aa35c175302652af507)


>---------------------------------------------------------------

6e68886a29634fddf5777f46a508aba62447ac39
 testsuite/tests/deriving/{should_run => should_compile}/T8631.hs |    0
 testsuite/tests/deriving/should_compile/all.T                    |    1 +
 testsuite/tests/deriving/should_run/all.T                        |    2 +-
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/deriving/should_run/T8631.hs b/testsuite/tests/deriving/should_compile/T8631.hs
similarity index 100%
rename from testsuite/tests/deriving/should_run/T8631.hs
rename to testsuite/tests/deriving/should_compile/T8631.hs
diff --git a/testsuite/tests/deriving/should_compile/all.T b/testsuite/tests/deriving/should_compile/all.T
index 488c8e8..02b067e 100644
--- a/testsuite/tests/deriving/should_compile/all.T
+++ b/testsuite/tests/deriving/should_compile/all.T
@@ -42,3 +42,4 @@ test('T7710', normal, compile, [''])
 test('AutoDeriveTypeable', normal, compile, [''])
 
 test('T8138', reqlib('primitive'), compile, ['-O2'])
+test('T8631', normal, compile, [''])
\ No newline at end of file
diff --git a/testsuite/tests/deriving/should_run/all.T b/testsuite/tests/deriving/should_run/all.T
index 15fa39b..572f95b 100644
--- a/testsuite/tests/deriving/should_run/all.T
+++ b/testsuite/tests/deriving/should_run/all.T
@@ -36,4 +36,4 @@ test('T5628', exit_code(1), compile_and_run, [''])
 test('T5712', normal, compile_and_run, [''])
 test('T7931', normal, compile_and_run, [''])
 test('T8280', normal, compile_and_run, [''])
-test('T8631', normal, compile, [''])
+



More information about the ghc-commits mailing list