diff options
author | Russel Winder <russel@winder.org.uk> | 2017-06-06 14:32:20 (GMT) |
---|---|---|
committer | Russel Winder <russel@winder.org.uk> | 2017-06-06 14:32:20 (GMT) |
commit | 67cc5d57be7f835359742bacf062bcaf46e24efc (patch) | |
tree | d742bbe4e463f6aeebadab8b83f5dd409ea1d0bf /test/D | |
parent | edf31b7f2dc4b46f3bafcdcfc0052be12c0c0064 (diff) | |
download | SCons-67cc5d57be7f835359742bacf062bcaf46e24efc.zip SCons-67cc5d57be7f835359742bacf062bcaf46e24efc.tar.gz SCons-67cc5d57be7f835359742bacf062bcaf46e24efc.tar.bz2 |
Correct the module documentation comments.
Diffstat (limited to 'test/D')
-rw-r--r-- | test/D/Issues/2939_Ariovistus/sconstest-correctLinkOptions_dmd.py | 2 | ||||
-rw-r--r-- | test/D/Issues/2939_Ariovistus/sconstest-correctLinkOptions_ldc.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/D/Issues/2939_Ariovistus/sconstest-correctLinkOptions_dmd.py b/test/D/Issues/2939_Ariovistus/sconstest-correctLinkOptions_dmd.py index 2446a28..e248cb6 100644 --- a/test/D/Issues/2939_Ariovistus/sconstest-correctLinkOptions_dmd.py +++ b/test/D/Issues/2939_Ariovistus/sconstest-correctLinkOptions_dmd.py @@ -1,5 +1,5 @@ """ -Test compiling and executing using the gdc tool. +Test compiling and executing using the dmd tool. """ # diff --git a/test/D/Issues/2939_Ariovistus/sconstest-correctLinkOptions_ldc.py b/test/D/Issues/2939_Ariovistus/sconstest-correctLinkOptions_ldc.py index a61a94b..6c524df 100644 --- a/test/D/Issues/2939_Ariovistus/sconstest-correctLinkOptions_ldc.py +++ b/test/D/Issues/2939_Ariovistus/sconstest-correctLinkOptions_ldc.py @@ -1,5 +1,5 @@ """ -Test compiling and executing using the gdc tool. +Test compiling and executing using the ldc tool. """ # |