View | Details | Raw Unified | Return to bug 321695
Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java (+2 lines)
Lines 5374-5379 Link Here
5374
			"	public static void main(String[] args) {\n" + 
5374
			"	public static void main(String[] args) {\n" + 
5375
			"		try {\n" +
5375
			"		try {\n" +
5376
			"			OuterBogus.call();\n" + 
5376
			"			OuterBogus.call();\n" + 
5377
			"		} catch(ClassFormatError e) {\n" +
5378
			"			System.out.println(\"Wrong error found\");\n" + 
5377
			"		} catch(Error e) {\n" +
5379
			"		} catch(Error e) {\n" +
5378
			"			System.out.println(\"Compilation error found\");\n" + 
5380
			"			System.out.println(\"Compilation error found\");\n" + 
5379
			"		}\n" +
5381
			"		}\n" +

Return to bug 321695