From 81e1a4f64b943e6196db778993eea18a2f4c31ee Mon Sep 17 00:00:00 2001 From: jjg Date: Wed, 9 Feb 2011 14:04:53 -0800 Subject: [PATCH] 7016750: tools/javac/nio/CompileTest failing in nightly test Reviewed-by: mcimadamore --- test/tools/javac/nio/compileTest/CompileTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tools/javac/nio/compileTest/CompileTest.java b/test/tools/javac/nio/compileTest/CompileTest.java index e339b231..e04c97c2 100644 --- a/test/tools/javac/nio/compileTest/CompileTest.java +++ b/test/tools/javac/nio/compileTest/CompileTest.java @@ -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 */ -- GitLab