Skip to content

Commit 396bb8b

Browse files
dafedafechhagedorn
andauthored
Update test/hotspot/jtreg/compiler/lib/ir_framework/TestFramework.java
Co-authored-by: Christian Hagedorn <[email protected]>
1 parent 7b64383 commit 396bb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/compiler/lib/ir_framework/TestFramework.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public void start() {
430430
/**
431431
* Start the testing of the implicitly (by {@link #TestFramework()}) or explicitly (by {@link #TestFramework(Class)})
432432
* set test class. Scenarios are run in parallel. Note: scenarios could still be run sequentially if flag
433-
* {@code -DForceSequentialScenarios=true} is given.
433+
* {@code -DForceSequentialScenarios=true} is used.
434434
*/
435435
public void startParallel() {
436436
start(!FORCE_SEQUENTIAL_SCENARIOS);

0 commit comments

Comments
 (0)