Skip to content

Commit f85f341

Browse files
dafedafechhagedorn
andauthored
Update test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestScenarios.java
Co-authored-by: Christian Hagedorn <[email protected]>
1 parent 0b0e7df commit f85f341

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestScenarios.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949

5050
public class TestScenarios {
5151
public static void main(String[] args) {
52-
TestFramework testFramework;
5352
Consumer<TestFramework> startMethod =
5453
args.length > 0 && args[0].equals("parallel") ? TestFramework::startParallel : TestFramework::start;
5554
ByteArrayOutputStream baos = new ByteArrayOutputStream();

0 commit comments

Comments
 (0)