Tests: adjust type declaration test count
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 5 Jul 2016 23:19:55 +0000 (19:19 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 5 Jul 2016 23:19:55 +0000 (19:19 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/ust/type-declarations/test_type_declarations.py

index 5f78c90420653fd4718f4300a43663cd69d218d7..da2f57987f7aa40818fb25b5de66b111730b34f0 100644 (file)
@@ -29,7 +29,7 @@ test_utils_path = test_utils_path + "/utils"
 sys.path.append(test_utils_path)
 from test_utils import *
 
-NR_TESTS = 9
+NR_TESTS = 10
 current_test = 1
 print("1..{0}".format(NR_TESTS))
 
This page took 0.026411 seconds and 5 git commands to generate.