Update test/hotspot/jtreg/compiler/c2/irTests/TestPushAddThruCast.java

Co-authored-by: Tobias Hartmann <tobias.hartmann@oracle.com>
This commit is contained in:
Roland Westrelin 2022-07-06 09:17:25 +02:00 committed by GitHub
parent 5579e6646b
commit 8057768963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,6 @@ public class TestPushAddThruCast {
if (res != i * 2 + 1) {
throw new RuntimeException("incorrect result: " + res);
}
}
@Test