From 657e24b7ef71cd2b15ff293853b343a02baab997 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 16 Jan 2013 16:40:30 +0000 Subject: Add a test for #7299 --- testsuite/tests/ghc-e/should_run/Makefile | 3 +++ testsuite/tests/ghc-e/should_run/all.T | 1 + 2 files changed, 4 insertions(+) (limited to 'testsuite/tests') 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']) -- cgit v1.2.1