[commit: testsuite] master: In the test that tests -optP -C, also pass -optP -ffreestanding (168ac1b)

git at git.haskell.org git at git.haskell.org
Tue Sep 17 15:50:12 CEST 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/168ac1b55f21e541487bf65851e20fe5a92a951d/testsuite

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

commit 168ac1b55f21e541487bf65851e20fe5a92a951d
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Sep 17 15:47:11 2013 +0200

    In the test that tests -optP -C, also pass -optP -ffreestanding
    
    This closes #3389, and makes the testsuite go through again.


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

168ac1b55f21e541487bf65851e20fe5a92a951d
 tests/driver/T3389.hs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/driver/T3389.hs b/tests/driver/T3389.hs
index e068611..c6a5666 100644
--- a/tests/driver/T3389.hs
+++ b/tests/driver/T3389.hs
@@ -1,6 +1,6 @@
 
 {-# LANGUAGE CPP #-}
-{-# OPTIONS_GHC -optP -C #-}
+{-# OPTIONS_GHC -optP -C -optP -ffreestanding #-}
 
 #define A 'a'
 




More information about the ghc-commits mailing list