summaryrefslogtreecommitdiff
path: root/testsuite/config/ghc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/config/ghc')
-rw-r--r--testsuite/config/ghc3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index a802698071..9e6fa8db0a 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -176,8 +176,7 @@ opt_ways = [x[0] for x in config.way_flags.items()
if '-O' in x[1]]
llvm_ways = [x[0] for x in config.way_flags.items()
- if '-fflvm' in x[1]]
-
+ if '-fllvm' in x[1]]
def get_compiler_info():
if config.unregisterised: