From: panne Date: Mon, 12 Jun 2000 20:32:16 +0000 (+0000) Subject: [project @ 2000-06-12 20:32:16 by panne] X-Git-Tag: Approximately_9120_patches~4267 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ca64bba6ad5e336d6538900327d4e93ecf9e54ce;p=ghc-hetmet.git [project @ 2000-06-12 20:32:16 by panne] "Non-exhaustive guards" => "Non-exhaustive patterns" --- diff --git a/ghc/tests/lib/should_run/exceptions001.stdout b/ghc/tests/lib/should_run/exceptions001.stdout index c0af830..1c498ad 100644 --- a/ghc/tests/lib/should_run/exceptions001.stdout +++ b/ghc/tests/lib/should_run/exceptions001.stdout @@ -2,5 +2,5 @@ io exception caught error call caught no method error exceptions001.hs:40: Non-exhaustive patterns in function test1 -exceptions001.hs:47: Non-exhaustive guards in +exceptions001.hs:47: Non-exhaustive patterns in function test2 43 \ No newline at end of file