summaryrefslogtreecommitdiff
path: root/tests/test_cpp_domain.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cpp_domain.py')
-rw-r--r--tests/test_cpp_domain.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_cpp_domain.py b/tests/test_cpp_domain.py
index 7be8fe3f4..38d167545 100644
--- a/tests/test_cpp_domain.py
+++ b/tests/test_cpp_domain.py
@@ -31,9 +31,9 @@ def check(name, input, output=None):
ast = parse(name, input)
res = text_type(ast)
if res != output:
- print "Input: ", text_type(input)
- print "Result: ", res
- print "Expected: ", output
+ print("Input: ", text_type(input))
+ print("Result: ", res)
+ print("Expected: ", output)
raise DefinitionError("")
ast.describe_signature([], 'lastIsName', None)
ast.prefixedName = ast.name # otherwise the get_id fails, it would be set in handle_signarue