changeset 895:c6cb387190ee

7016750: tools/javac/nio/CompileTest failing in nightly test Reviewed-by: mcimadamore
author jjg
date Wed, 09 Feb 2011 14:04:53 -0800
parents 56b77a38618c
children 3ce4e1a07e92
files test/tools/javac/nio/compileTest/CompileTest.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/tools/javac/nio/compileTest/CompileTest.java	Mon Feb 07 11:42:12 2011 -0800
+++ b/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
  */