8213707: [TEST] vmTestbase/nsk/stress/except/except011.java failed due to wrong class name
Fixed wrong class name in test Reviewed-by: dholmes, jcbeyler
This commit is contained in:
parent
9076a94dd4
commit
83155e1ea6
@ -123,7 +123,7 @@ public class except011 {
|
||||
*/
|
||||
private static int messages = 0;
|
||||
|
||||
private static final String className = "nsk.stress.except.except011.except011oops";
|
||||
private static final String className = "nsk.stress.except.except011oops";
|
||||
|
||||
/**
|
||||
* Re-call to the method <code>run(out)</code> (ignore <code>args[]</code>),
|
||||
|
Loading…
x
Reference in New Issue
Block a user