diff options
Diffstat (limited to 'test/Dir/DriveAbsPath.py')
-rw-r--r-- | test/Dir/DriveAbsPath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Dir/DriveAbsPath.py b/test/Dir/DriveAbsPath.py index 829cef2..ab29594 100644 --- a/test/Dir/DriveAbsPath.py +++ b/test/Dir/DriveAbsPath.py @@ -24,7 +24,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" -""" +r""" Test to confirm that Dir(drive_path).abspath works on Windows. This verifies that SCons no longer has an issue with Dir('T:').abspath returning 'T:\T:'. Instead, it verifies that Dir('T:') correctly returns an instance of the |