From 865876895d5a35bfa4f4135b1f545b73fb2faaac Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Sat, 26 Jan 2019 19:49:09 -0800 Subject: Fixed tests and code. --- tests/test_cpp.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test_cpp.cc b/tests/test_cpp.cc index f1badc4..ed8e9c4 100644 --- a/tests/test_cpp.cc +++ b/tests/test_cpp.cc @@ -948,6 +948,7 @@ int run_tests(int argc, char *argv[]) { TestMismatchedTypes(); TestHandlerDataDestruction(); + TestIteration(); return 0; } -- cgit v1.2.3