summaryrefslogtreecommitdiffstats
path: root/test/Entry.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Entry.py')
-rw-r--r--test/Entry.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/Entry.py b/test/Entry.py
index 3767cc5..3d3255d 100644
--- a/test/Entry.py
+++ b/test/Entry.py
@@ -36,12 +36,12 @@ test = TestSCons.TestSCons()
test.write('SConstruct', """
env = Environment(FOO = 'fff', BAR = 'bbb')
-print Entry('ddd')
-print Entry('$FOO')
-print Entry('${BAR}_$BAR')
-print env.Entry('eee')
-print env.Entry('$FOO')
-print env.Entry('${BAR}_$BAR')
+print(Entry('ddd'))
+print(Entry('$FOO'))
+print(Entry('${BAR}_$BAR'))
+print(env.Entry('eee'))
+print(env.Entry('$FOO'))
+print(env.Entry('${BAR}_$BAR'))
""")
test.run(stdout = test.wrap_stdout(read_str = """\