提交 f9bb18a8 编写于 作者: K Kuai Wei 提交者: 云矅

[JWarmUp] fix test error of TestClassInitChain.java

Summary:
fix typo error in test case

Test Plan: test/jwarmup/TestClassInitChain.java

Reviewed-by: luchsh

Issue: https://github.com/alibaba/dragonwell8/issues/16
上级 c6b77954
......@@ -171,7 +171,7 @@ public class TestClassInitChain {
}
if (classList[i].equals(classAName)) {
orderA = i;
stateA = stateList[1];
stateA = stateList[i];
}
if (classList[i].equals(classBName)) {
orderB = i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册