Skip to content

Commit ec0897a

Browse files
committedMar 31, 2022
8281705: SourceLauncherTest.testSystemProperty isn't being run
Reviewed-by: jjg
1 parent 1ddab6f commit ec0897a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎test/langtools/tools/javac/launcher/SourceLauncherTest.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -56,7 +56,7 @@
5656
import toolbox.JavacTask;
5757
import toolbox.Task;
5858
import toolbox.TestRunner;
59-
import toolbox.TestRunner;
59+
import toolbox.TestRunner.Test;
6060
import toolbox.ToolBox;
6161

6262
public class SourceLauncherTest extends TestRunner {
@@ -231,6 +231,7 @@ public void testSecurityManager(Path base) throws IOException {
231231
"error: cannot use source-code launcher with a security manager enabled");
232232
}
233233

234+
@Test
234235
public void testSystemProperty(Path base) throws IOException {
235236
tb.writeJavaFiles(base,
236237
"class ShowProperty {\n" +

0 commit comments

Comments
 (0)
Please sign in to comment.