[commit: ghc] wip/gadtpm: Added CPP pragma for test perf/compiler/T783.hs (3c6e8d5)

git at git.haskell.org git at git.haskell.org
Sat Dec 26 17:07:31 UTC 2015


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

On branch  : wip/gadtpm
Link       : http://ghc.haskell.org/trac/ghc/changeset/3c6e8d5142d7e2f6bf36205470d86c2301180a4b/ghc

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

commit 3c6e8d5142d7e2f6bf36205470d86c2301180a4b
Author: George Karachalias <george.karachalias at gmail.com>
Date:   Thu Dec 24 23:36:57 2015 +0100

    Added CPP pragma for test perf/compiler/T783.hs


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

3c6e8d5142d7e2f6bf36205470d86c2301180a4b
 testsuite/tests/perf/compiler/T783.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/perf/compiler/T783.hs b/testsuite/tests/perf/compiler/T783.hs
index fea814e..cfd6b62 100644
--- a/testsuite/tests/perf/compiler/T783.hs
+++ b/testsuite/tests/perf/compiler/T783.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
 #if __GLASGOW_HASKELL__ > 710
 {-# OPTIONS_GHC -Wno-too-many-guards #-}
 #endif



More information about the ghc-commits mailing list