8352709: Remove bad timing annotations from WhileOpTest.java

Reviewed-by: jpai
This commit is contained in:
Leo Korinth 2025-04-01 10:54:17 +00:00
parent 85a0baf0cb
commit 6801eb8704

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -47,7 +47,6 @@ import java.util.stream.TestData;
/*
* @test
* @bug 8071597 8193856
* @run main/timeout=240
*/
@Test
public class WhileOpTest extends OpTestCase {