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

Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java (-2 / +1 lines)
Lines 5001-5007 Link Here
5001
}
5001
}
5002
//https://bugs.eclipse.org/bugs/show_bug.cgi?id=141830
5002
//https://bugs.eclipse.org/bugs/show_bug.cgi?id=141830
5003
//compliance 1.7 source 1.7
5003
//compliance 1.7 source 1.7
5004
// TODO part of the changes for 206483
5005
public void test121(){
5004
public void test121(){
5006
	this.runConformTest(
5005
	this.runConformTest(
5007
		new String[] {
5006
		new String[] {
Lines 5015-5021 Link Here
5015
		"",
5014
		"",
5016
		"",
5015
		"",
5017
		true);
5016
		true);
5018
	String expectedOutput = "// Compiled from X.java (version 1.6 : 50.0, super bit)";
5017
	String expectedOutput = "// Compiled from X.java (version 1.7 : 51.0, super bit)";
5019
	checkDisassembledClassFile(OUTPUT_DIR + File.separator + "X.class", "X", expectedOutput);
5018
	checkDisassembledClassFile(OUTPUT_DIR + File.separator + "X.class", "X", expectedOutput);
5020
}
5019
}
5021
// command line - unusual classpath (ends with ';;;', still OK)
5020
// command line - unusual classpath (ends with ';;;', still OK)

Return to bug 206498