7016750: tools/javac/nio/CompileTest failing in nightly test
authorjjg
Wed, 09 Feb 2011 14:04:53 -0800
changeset 8419 597dad2c7d22
parent 8243 33095f58932b
child 8420 a9d8277c37d8
7016750: tools/javac/nio/CompileTest failing in nightly test Reviewed-by: mcimadamore
langtools/test/tools/javac/nio/compileTest/CompileTest.java
--- a/langtools/test/tools/javac/nio/compileTest/CompileTest.java	Mon Feb 07 11:42:12 2011 -0800
+++ b/langtools/test/tools/javac/nio/compileTest/CompileTest.java	Wed Feb 09 14:04:53 2011 -0800
@@ -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.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -25,7 +25,7 @@
  * @test
  * @bug 6906175 6915476 6915497 7006564
  * @summary Path-based JavaFileManager
- * @compile -g HelloPathWorld.java
+ * @compile -g CompileTest.java HelloPathWorld.java
  * @run main CompileTest
  */