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

Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java (+3 lines)
Lines 3851-3856 Link Here
3851
// code)
3851
// code)
3852
// this test only works on appropriate file systems
3852
// this test only works on appropriate file systems
3853
public void test055(){
3853
public void test055(){
3854
	String os= System.getProperty("os.name");
3855
    if (!os.startsWith("Windows")) // https://bugs.eclipse.org/bugs/show_bug.cgi?id=316827
3856
    	return;
3854
	if (File.separatorChar == '/') {
3857
	if (File.separatorChar == '/') {
3855
	  	String tentativeOutputDirNameTail =
3858
	  	String tentativeOutputDirNameTail =
3856
	      	File.separator + "out";
3859
	      	File.separator + "out";

Return to bug 316827