[commit: testsuite] master: Update T4437, per JavaScriptFFI changes. (6fdbd49)
git at git.haskell.org
git at git.haskell.org
Fri Sep 6 21:15:40 CEST 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6fdbd491eaa760b35313fdd94abef7bc1039dedb/testsuite
>---------------------------------------------------------------
commit 6fdbd491eaa760b35313fdd94abef7bc1039dedb
Author: Austin Seipp <aseipp at pobox.com>
Date: Fri Sep 6 14:15:03 2013 -0500
Update T4437, per JavaScriptFFI changes.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
6fdbd491eaa760b35313fdd94abef7bc1039dedb
tests/driver/T4437.hs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/driver/T4437.hs b/tests/driver/T4437.hs
index 96bde73..694bd5f 100644
--- a/tests/driver/T4437.hs
+++ b/tests/driver/T4437.hs
@@ -33,7 +33,8 @@ expectedGhcOnlyExtensions :: [String]
expectedGhcOnlyExtensions = ["RelaxedLayout",
"AlternativeLayoutRule",
"AlternativeLayoutRuleTransitional",
- "TypeHoles"]
+ "TypeHoles",
+ "JavaScriptFFI"]
expectedCabalOnlyExtensions :: [String]
expectedCabalOnlyExtensions = ["Generics",
More information about the ghc-commits
mailing list