summaryrefslogtreecommitdiff
path: root/cpan/Win32/t/GetFolderPath.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Win32/t/GetFolderPath.t')
-rw-r--r--cpan/Win32/t/GetFolderPath.t16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpan/Win32/t/GetFolderPath.t b/cpan/Win32/t/GetFolderPath.t
index c010c25aa8..ad8df99ecc 100644
--- a/cpan/Win32/t/GetFolderPath.t
+++ b/cpan/Win32/t/GetFolderPath.t
@@ -1,8 +1,8 @@
-use strict;
-use Test;
-use Win32;
-
-plan tests => 1;
-
-# "windir" exists back to Win9X; "SystemRoot" only exists on WinNT and later.
-ok(Win32::GetFolderPath(Win32::CSIDL_WINDOWS), $ENV{WINDIR});
+use strict;
+use Test;
+use Win32;
+
+plan tests => 1;
+
+# "windir" exists back to Win9X; "SystemRoot" only exists on WinNT and later.
+ok(Win32::GetFolderPath(Win32::CSIDL_WINDOWS), $ENV{WINDIR});