Skip to content

Commit 6801eb8

Browse files
committed
8352709: Remove bad timing annotations from WhileOpTest.java
Reviewed-by: jpai
1 parent 85a0baf commit 6801eb8

File tree

1 file changed

+1
-2
lines changed
  • test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream

1 file changed

+1
-2
lines changed

test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2025, 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
@@ -47,7 +47,6 @@
4747
/*
4848
* @test
4949
* @bug 8071597 8193856
50-
* @run main/timeout=240
5150
*/
5251
@Test
5352
public class WhileOpTest extends OpTestCase {

0 commit comments

Comments
 (0)