From 188156805bc5810b0f103439dbd61fcb92286ca3 Mon Sep 17 00:00:00 2001 From: lewie Date: Wed, 11 Apr 2001 18:09:59 +0000 Subject: [PATCH] [project @ 2001-04-11 18:09:59 by lewie] Add `-w' to OPTIONS so the test will pass. --- ghc/tests/typecheck/should_compile/tc115.hs | 2 +- ghc/tests/typecheck/should_compile/tc116.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4