diff options
Diffstat (limited to 'testsuite/tests/codeGen/should_run/all.T')
-rw-r--r-- | testsuite/tests/codeGen/should_run/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T index b744ec97e9..4ea31f9011 100644 --- a/testsuite/tests/codeGen/should_run/all.T +++ b/testsuite/tests/codeGen/should_run/all.T @@ -29,8 +29,8 @@ test('cgrun021', extra_ways(['nursery_chunks']), compile_and_run, ['']) test('cgrun022', normal, compile_and_run, ['']) test('cgrun024', normal, compile_and_run, ['']) test('cgrun025', - [reqlib('regex-compat'), extra_run_opts('cgrun025.hs'), exit_code(1)], - compile_and_run, ['-package regex-compat']) + [ extra_run_opts('cgrun025.hs'), exit_code(1)], + compile_and_run, ['']) test('cgrun026', normal, compile_and_run, ['']) test('cgrun027', normal, compile_and_run, ['']) test('cgrun028', normal, compile_and_run, ['']) |