mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8052398: Uniqify test framework class names
Reviewed-by: darcy
This commit is contained in:
parent
a39651d5ea
commit
0ae5880c01
49 changed files with 183 additions and 183 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2016, 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
|
||||
|
@ -26,9 +26,9 @@
|
|||
* @bug 8006582 8037546 8138729
|
||||
* @summary javac should generate method parameters correctly.
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* @build Tester
|
||||
* @build MethodParametersTester
|
||||
* @compile -parameters LambdaTest.java
|
||||
* @run main Tester LambdaTest LambdaTest.out
|
||||
* @run main MethodParametersTester LambdaTest LambdaTest.out
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue