View | Details | Raw Unified | Return to bug 71910 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest.java (-1 / +1 lines)
Lines 1969-1975 Link Here
1969
			"    29  ireturn\n" + 
1969
			"    29  ireturn\n" + 
1970
			"      Exception Table:\n" + 
1970
			"      Exception Table:\n" + 
1971
			"        [pc: 0, pc: 7] -> 14 when : any\n" + 
1971
			"        [pc: 0, pc: 7] -> 14 when : any\n" + 
1972
			"        [pc: 9, pc: 18] -> 14 when : any\n" +
1972
			"        [pc: 9, pc: 14] -> 14 when : any\n" + 
1973
			"        [pc: 25, pc: 28] -> 14 when : any\n" + 
1973
			"        [pc: 25, pc: 28] -> 14 when : any\n" + 
1974
			"      Line numbers:\n" + 
1974
			"      Line numbers:\n" + 
1975
			"        [pc: 0, line: 6]\n" + 
1975
			"        [pc: 0, line: 6]\n" + 

Return to bug 71910