mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8014363: javac test class ToolTester handles classpath incorrectly
Reviewed-by: ksrini
This commit is contained in:
parent
8ea0284b13
commit
c037757e7b
23 changed files with 82 additions and 25 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2006, 2013, 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
|
||||
|
@ -27,6 +27,7 @@
|
|||
* @summary Various bugs fixed while writing Compiler API Guide
|
||||
* @author Peter von der Ah\u0081
|
||||
* @library ../lib
|
||||
* @build ToolTester
|
||||
* @compile Test.java
|
||||
* @run main Test
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue