mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8223967: Implement Text Blocks (Preview) in the Java compiler
Reviewed-by: vromero, jlahoda, abuckley
This commit is contained in:
parent
9c6c6eae1d
commit
08e1ece107
14 changed files with 791 additions and 17 deletions
|
@ -37,8 +37,8 @@ public class WhitespaceTest {
|
|||
}
|
||||
|
||||
void run() throws Exception {
|
||||
test("-v", "java.lang.String");
|
||||
test("-XDtab:1", "-v", "java.lang.String");
|
||||
test("-v", "java.lang.Object");
|
||||
test("-XDtab:1", "-v", "java.lang.Object");
|
||||
|
||||
String testClasses = System.getProperty("test.classes");
|
||||
for (int i = 10; i < 40; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue