Fix incorrect test case code
This commit is contained in:
parent
55686fbe56
commit
d325eeee84
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ public class cpp11_constexpr_runme {
|
|||
check(cpp11_constexpr.CCC(), 30);
|
||||
check(cpp11_constexpr.DDD(), 40);
|
||||
|
||||
ConstExpressions ce = new ConstExpressions();
|
||||
ConstExpressions ce = new ConstExpressions(0);
|
||||
check(ce.JJJ, 100);
|
||||
check(ce.KKK, 200);
|
||||
check(ce.LLL, 300);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue