diff --git a/tests/programs_test.go b/tests/programs_test.go index 3406331..493ac51 100644 --- a/tests/programs_test.go +++ b/tests/programs_test.go @@ -36,6 +36,7 @@ var programs = []struct { {"modulo", "", "", 0}, {"modulo-assign", "", "", 0}, {"div-split", "", "", 0}, + {"64-bit", "", "", 0}, {"negative", "", "", 0}, {"negation", "", "", 0}, {"square-sum", "", "", 0},