diff options
author | Richard Eisenberg <eir@cis.upenn.edu> | 2014-02-09 10:57:44 -0500 |
---|---|---|
committer | Richard Eisenberg <eir@cis.upenn.edu> | 2014-02-09 10:57:44 -0500 |
commit | 02c7135dfce049b53bd38aa35c175302652af507 (patch) | |
tree | 0163893385cc5166508ed92266e1f52f22de6a1c /testsuite/tests/deriving/should_run/all.T | |
parent | 65170fcb5c864f285bfbb9414be65cf001168e80 (diff) | |
download | haskell-02c7135dfce049b53bd38aa35c175302652af507.tar.gz |
Move test case for #8631 to the correct directory.
Diffstat (limited to 'testsuite/tests/deriving/should_run/all.T')
-rw-r--r-- | testsuite/tests/deriving/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_run/all.T b/testsuite/tests/deriving/should_run/all.T index 15fa39bc31..572f95bacd 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, ['']) + |