提交 a4de0cc2 编写于 作者: K Kuai Wei 提交者: shiyue.xw

[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
上级 9664e735
...@@ -171,7 +171,7 @@ public class TestClassInitChain { ...@@ -171,7 +171,7 @@ public class TestClassInitChain {
} }
if (classList[i].equals(classAName)) { if (classList[i].equals(classAName)) {
orderA = i; orderA = i;
stateA = stateList[1]; stateA = stateList[i];
} }
if (classList[i].equals(classBName)) { if (classList[i].equals(classBName)) {
orderB = i; orderB = i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册