diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-01-16 16:40:30 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-16 16:40:30 +0000 |
commit | 657e24b7ef71cd2b15ff293853b343a02baab997 (patch) | |
tree | 2ca396dd4afad5ac17f5cb395754c35bd05c6672 /testsuite/tests/ghc-e | |
parent | b4ebf6226d2bfffd4bbc3a93673d0e13e8d40180 (diff) | |
download | haskell-657e24b7ef71cd2b15ff293853b343a02baab997.tar.gz |
Add a test for #7299
Diffstat (limited to 'testsuite/tests/ghc-e')
-rw-r--r-- | testsuite/tests/ghc-e/should_run/Makefile | 3 | ||||
-rw-r--r-- | testsuite/tests/ghc-e/should_run/all.T | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-e/should_run/Makefile b/testsuite/tests/ghc-e/should_run/Makefile index 2a7fd0a7a8..3596f02625 100644 --- a/testsuite/tests/ghc-e/should_run/Makefile +++ b/testsuite/tests/ghc-e/should_run/Makefile @@ -27,3 +27,6 @@ ghc-e005: 3890: '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -e ":main" 3890.hs | cat +T7299: + '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -e "Control.Concurrent.threadDelay (1000 * 1000)" + diff --git a/testsuite/tests/ghc-e/should_run/all.T b/testsuite/tests/ghc-e/should_run/all.T index 60bafdf73a..e5a252978b 100644 --- a/testsuite/tests/ghc-e/should_run/all.T +++ b/testsuite/tests/ghc-e/should_run/all.T @@ -13,3 +13,4 @@ test('2228', ['$MAKE --no-print-directory -s 2228']) test('2636', req_interp, run_command, ['$MAKE --no-print-directory -s 2636']) test('3890', req_interp, run_command, ['$MAKE --no-print-directory -s 3890']) +test('T7299', req_interp, run_command, ['$MAKE --no-print-directory -s T7299']) |