diff options
author | maiphi <39464783+maiphi@users.noreply.github.com> | 2018-05-22 11:53:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-22 11:53:23 (GMT) |
commit | 75059479aff3cd50b9e547858a56c39eabeb111f (patch) | |
tree | ad2a9e3f5dddb48a455dd2f8e5b783ad78f59da2 | |
parent | 21335a0ef0463d51ecc9ea9cc86c3388415f12aa (diff) | |
download | SCons-75059479aff3cd50b9e547858a56c39eabeb111f.zip SCons-75059479aff3cd50b9e547858a56c39eabeb111f.tar.gz SCons-75059479aff3cd50b9e547858a56c39eabeb111f.tar.bz2 |
Added missing pass_test() to Literal.py test
-rw-r--r-- | test/Subst/Literal.py | 2 |
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 |