From 5953fca1fe8c7260b99cea8a86bdf8439b48ffc2 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Wed, 25 Jan 2006 15:19:16 +0000 Subject: Made 'bugs' test case more resistant to differe... Made 'bugs' test case more resistant to differences between Java 1.4 and 1.5 (difference in reporting of class cast exceptions). --- test/files/run/bugs.check | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/files/run/bugs.check') diff --git a/test/files/run/bugs.check b/test/files/run/bugs.check index 206d0e9e48..1276cbbcc0 100644 --- a/test/files/run/bugs.check +++ b/test/files/run/bugs.check @@ -44,7 +44,8 @@ ok >>> bug 199 <<< bug 213 -Exception in thread "Thread[main,5,main]" java.lang.ClassCastException +Cannot cast unit to All +Cannot cast empty string to AllRef >>> bug 213 <<< bug 217 @@ -93,5 +94,3 @@ C a >>> bug 399 - -1 error -- cgit v1.2.3