File tree 1 file changed +3
-2
lines changed
test/langtools/tools/javac/launcher
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
56
56
import toolbox .JavacTask ;
57
57
import toolbox .Task ;
58
58
import toolbox .TestRunner ;
59
- import toolbox .TestRunner ;
59
+ import toolbox .TestRunner . Test ;
60
60
import toolbox .ToolBox ;
61
61
62
62
public class SourceLauncherTest extends TestRunner {
@@ -231,6 +231,7 @@ public void testSecurityManager(Path base) throws IOException {
231
231
"error: cannot use source-code launcher with a security manager enabled" );
232
232
}
233
233
234
+ @ Test
234
235
public void testSystemProperty (Path base ) throws IOException {
235
236
tb .writeJavaFiles (base ,
236
237
"class ShowProperty {\n " +
You can’t perform that action at this time.
0 commit comments