diff options
author | Mats Wichmann <mats@linux.com> | 2020-12-13 14:46:28 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-12-13 14:46:28 (GMT) |
commit | d8c10d5c0ed8bae33f4e57d010b3fc757e7626f6 (patch) | |
tree | d98c598e3427577b050393d136b91484dc69cfe4 | |
parent | 321d48ae6699919858bee412634489ff2d2f78cd (diff) | |
download | SCons-d8c10d5c0ed8bae33f4e57d010b3fc757e7626f6.zip SCons-d8c10d5c0ed8bae33f4e57d010b3fc757e7626f6.tar.gz SCons-d8c10d5c0ed8bae33f4e57d010b3fc757e7626f6.tar.bz2 |
[PR #3836] fix misplaced docstrings on two tests [ci skip]
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r-- | test/SConsignFile/default.py | 4 | ||||
-rw-r--r-- | test/SConsignFile/explicit-file.py | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/test/SConsignFile/default.py b/test/SConsignFile/default.py index 281632d..868f9d7 100644 --- a/test/SConsignFile/default.py +++ b/test/SConsignFile/default.py @@ -23,9 +23,7 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -""" -Verify the behavior of SConsignFile() called with a subst-able path. -""" +"""Verify the default behavior of SConsignFile() called with no arguments.""" import TestSCons diff --git a/test/SConsignFile/explicit-file.py b/test/SConsignFile/explicit-file.py index d579858..850b0ef 100644 --- a/test/SConsignFile/explicit-file.py +++ b/test/SConsignFile/explicit-file.py @@ -23,9 +23,7 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -""" -Verify the default behavior of env.SConsignFile(), called with no arguments. -""" +"""Verify the behavior of env.SConsignFile() called with a subst-able path.""" import TestSCons |