8270837: fix typos in test TestSigParse.java
Reviewed-by: jiefu
This commit is contained in:
parent
1d8d72d2c2
commit
67dc1c5bf3
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2019, 2021, 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
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 8129579
|
||||
* @bug 8219579
|
||||
* @summary Test that signatures are properly parsed when verification of local
|
||||
* classes is requested but verification of remote classes is not.
|
||||
* @compile BadSignatures.jcod
|
||||
@ -33,7 +33,7 @@
|
||||
public class TestSigParse {
|
||||
|
||||
public static void main(String args[]) throws Throwable {
|
||||
System.out.println("Regression test for bug 819579");
|
||||
System.out.println("Regression test for bug 8219579");
|
||||
|
||||
// Test a FieldRef with a bad signature.
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user