[project @ 2001-04-11 18:09:59 by lewie]
authorlewie <unknown>
Wed, 11 Apr 2001 18:09:59 +0000 (18:09 +0000)
committerlewie <unknown>
Wed, 11 Apr 2001 18:09:59 +0000 (18:09 +0000)
Add `-w' to OPTIONS so the test will pass.

ghc/tests/typecheck/should_compile/tc115.hs
ghc/tests/typecheck/should_compile/tc116.hs

index 0a12db9..4274bee 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS -fglasgow-exts #-}
+{-# OPTIONS -w -fglasgow-exts #-}
 
 -- !!! Functional dependencies
 -- This broke an early impl of functional dependencies
index cb29a43..725f9ca 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS -fglasgow-exts #-}
+{-# OPTIONS -w -fglasgow-exts #-}
 
 -- !!! Functional dependencies
 -- This broke an early impl of functional dependencies