Fix incorrect test case code

This commit is contained in:
William S Fulton 2015-07-06 19:50:22 +01:00
commit d325eeee84

View file

@ -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);