7016750: tools/javac/nio/CompileTest failing in nightly test

Reviewed-by: mcimadamore
This commit is contained in:
Jonathan Gibbons 2011-02-09 14:04:53 -08:00
parent fef1c1e816
commit a71eecc4f7

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -25,7 +25,7 @@
* @test * @test
* @bug 6906175 6915476 6915497 7006564 * @bug 6906175 6915476 6915497 7006564
* @summary Path-based JavaFileManager * @summary Path-based JavaFileManager
* @compile -g HelloPathWorld.java * @compile -g CompileTest.java HelloPathWorld.java
* @run main CompileTest * @run main CompileTest
*/ */