[commit: ghc] wip/safer-haskell: fix test (a8adb55)

git at git.haskell.org git at git.haskell.org
Thu Nov 22 10:16:18 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/safer-haskell
Link       : http://ghc.haskell.org/trac/ghc/changeset/a8adb5519bd3807a05d813eccb48eb5a1910e165/ghc

>---------------------------------------------------------------

commit a8adb5519bd3807a05d813eccb48eb5a1910e165
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Tue Nov 20 16:24:38 2018 +0000

    fix test


>---------------------------------------------------------------

a8adb5519bd3807a05d813eccb48eb5a1910e165
 testsuite/tests/safeHaskell/flags/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/safeHaskell/flags/all.T b/testsuite/tests/safeHaskell/flags/all.T
index 3a22a21..8b1ea97 100644
--- a/testsuite/tests/safeHaskell/flags/all.T
+++ b/testsuite/tests/safeHaskell/flags/all.T
@@ -64,4 +64,4 @@ test('Flags02', normal, compile, ['-XSafe'])
 
 test('SafeFlags30', normal, compile_fail, [''])
 
-test('SafeIgnore', normal, multimod_compile, ['SafeIgnore', '-v0', '-fno-safe-haskell'])
+test('SafeIgnore', [], multimod_compile, ['SafeIgnore', '-v0 -fno-safe-haskell'])



More information about the ghc-commits mailing list