From ca64bba6ad5e336d6538900327d4e93ecf9e54ce Mon Sep 17 00:00:00 2001 From: panne <unknown> Date: Mon, 12 Jun 2000 20:32:16 +0000 Subject: [PATCH] [project @ 2000-06-12 20:32:16 by panne] "Non-exhaustive guards" => "Non-exhaustive patterns" --- ghc/tests/lib/should_run/exceptions001.stdout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/tests/lib/should_run/exceptions001.stdout b/ghc/tests/lib/should_run/exceptions001.stdout index c0af83012af9..1c498ad2233e 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 -- GitLab