summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authormaiphi <39464783+maiphi@users.noreply.github.com>2018-05-22 11:53:23 (GMT)
committerGitHub <noreply@github.com>2018-05-22 11:53:23 (GMT)
commit75059479aff3cd50b9e547858a56c39eabeb111f (patch)
treead2a9e3f5dddb48a455dd2f8e5b783ad78f59da2 /test
parent21335a0ef0463d51ecc9ea9cc86c3388415f12aa (diff)
downloadSCons-75059479aff3cd50b9e547858a56c39eabeb111f.zip
SCons-75059479aff3cd50b9e547858a56c39eabeb111f.tar.gz
SCons-75059479aff3cd50b9e547858a56c39eabeb111f.tar.bz2
Added missing pass_test() to Literal.py test
Diffstat (limited to 'test')
-rw-r--r--test/Subst/Literal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Subst/Literal.py b/test/Subst/Literal.py
index 38ed3c4..dec243d 100644
--- a/test/Subst/Literal.py
+++ b/test/Subst/Literal.py
@@ -45,6 +45,8 @@ pre=\$ORIGIN
test.run(arguments='-Q -q', stdout=expect)
+test.pass_test()
+
# Local Variables:
# tab-width:4
# indent-tabs-mode:nil