summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/programs/fast2haskell
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-10-08 01:02:22 +0000
committerIan Lynagh <igloo@earth.li>2010-10-08 01:02:22 +0000
commit1ecb52f4bc984bcdc02fcc1b4483f07748916eb5 (patch)
treef85d0ae60fb7aafbab7b677ef1087839404adfba /testsuite/tests/ghc-regress/programs/fast2haskell
parent22535fa3b2f329a84f3d472f08480fa3c8195bb5 (diff)
downloadhaskell-1ecb52f4bc984bcdc02fcc1b4483f07748916eb5.tar.gz
Remove more -fglasgow-exts uses from tests
Diffstat (limited to 'testsuite/tests/ghc-regress/programs/fast2haskell')
-rw-r--r--testsuite/tests/ghc-regress/programs/fast2haskell/test.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/programs/fast2haskell/test.T b/testsuite/tests/ghc-regress/programs/fast2haskell/test.T
index 39fbc8b1d4..a730ffdfe2 100644
--- a/testsuite/tests/ghc-regress/programs/fast2haskell/test.T
+++ b/testsuite/tests/ghc-regress/programs/fast2haskell/test.T
@@ -4,5 +4,5 @@ test('fast2haskell',
extra_clean(['Main.hi', 'Main.o',
'Fast2haskell.hi', 'Fast2haskell.o'])],
multimod_compile_and_run,
- ['Main', '-fglasgow-exts'])
+ ['Main', ''])