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

Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java (-1 / +1 lines)
Lines 4179-4185 Link Here
4179
			"1. ERROR in X.java (at line 8)\n" + 
4179
			"1. ERROR in X.java (at line 8)\n" + 
4180
			"	case (NORMAL) :\n" + 
4180
			"	case (NORMAL) :\n" + 
4181
			"	     ^^^^^^^^\n" + 
4181
			"	     ^^^^^^^^\n" + 
4182
			"Enum contants cannot be surrounded by parenthesis\n" + 
4182
			"Enum constants cannot be surrounded by parenthesis\n" + 
4183
			"----------\n");
4183
			"----------\n");
4184
	}
4184
	}
4185
	//https://bugs.eclipse.org/bugs/show_bug.cgi?id=110403
4185
	//https://bugs.eclipse.org/bugs/show_bug.cgi?id=110403

Return to bug 141797