summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2019-01-26 19:49:09 -0800
committerJosh Haberman <jhaberman@gmail.com>2019-01-26 19:49:09 -0800
commit865876895d5a35bfa4f4135b1f545b73fb2faaac (patch)
tree30b69d0632b8d6a6e2e5ba8e18876d883c7df86b /tests
parent0dbbfd1f8041f863f8f4c6ada33c4102520d406f (diff)
Fixed tests and code.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_cpp.cc1
1 files changed, 1 insertions, 0 deletions
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;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback