From: lewie Date: Wed, 11 Apr 2001 18:09:59 +0000 (+0000) Subject: [project @ 2001-04-11 18:09:59 by lewie] X-Git-Tag: Approximately_9120_patches~2168 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=188156805bc5810b0f103439dbd61fcb92286ca3;p=ghc-hetmet.git [project @ 2001-04-11 18:09:59 by lewie] Add `-w' to OPTIONS so the test will pass. --- diff --git a/ghc/tests/typecheck/should_compile/tc115.hs b/ghc/tests/typecheck/should_compile/tc115.hs index 0a12db9..4274bee 100644 --- a/ghc/tests/typecheck/should_compile/tc115.hs +++ b/ghc/tests/typecheck/should_compile/tc115.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fglasgow-exts #-} +{-# OPTIONS -w -fglasgow-exts #-} -- !!! Functional dependencies -- This broke an early impl of functional dependencies diff --git a/ghc/tests/typecheck/should_compile/tc116.hs b/ghc/tests/typecheck/should_compile/tc116.hs index cb29a43..725f9ca 100644 --- a/ghc/tests/typecheck/should_compile/tc116.hs +++ b/ghc/tests/typecheck/should_compile/tc116.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fglasgow-exts #-} +{-# OPTIONS -w -fglasgow-exts #-} -- !!! Functional dependencies -- This broke an early impl of functional dependencies