8379552: Correct build tags in StrictMath/PowTests.java

Reviewed-by: bpb
This commit is contained in:
Joe Darcy 2026-03-10 19:08:08 +00:00
parent 73b13f977b
commit b9220c930a

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2025, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2026, 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
@ -24,6 +24,9 @@
/*
* @test
* @bug 8136874 8362376
* @build Tests
* @build PowTests
* @run main PowTests
* @summary Tests for StrictMath.pow
*/