summaryrefslogtreecommitdiffstats
path: root/test/SWIG/recursive-includes-cpp.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SWIG/recursive-includes-cpp.py')
-rw-r--r--test/SWIG/recursive-includes-cpp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SWIG/recursive-includes-cpp.py b/test/SWIG/recursive-includes-cpp.py
index 2f2cff2..2494c45 100644
--- a/test/SWIG/recursive-includes-cpp.py
+++ b/test/SWIG/recursive-includes-cpp.py
@@ -126,14 +126,14 @@ expectMod = """\
# Validate that the recursive dependencies are found with SWIG scanning first.
test.run( arguments = '--tree=all mod_wrap'+object_suffix +' main'+object_suffix)
-print(test.stdout())
+
test.must_contain_all( test.stdout(), expectMain )
test.must_contain_all( test.stdout(), expectMod )
# Validate that the recursive dependencies are found consistently.
test.run( arguments = '--tree=all main'+object_suffix +' mod_wrap'+object_suffix)
-print(test.stdout())
+
test.must_contain_all( test.stdout(), expectMain )
test.must_contain_all( test.stdout(), expectMod )