Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTES
[p5sagit/p5-mst-13.2.git] / ext / Win32 / t / GetFolderPath.t
CommitLineData
83a611dd 1use strict;
2use Test;
3use Win32;
4
5plan tests => 1;
6
7# "windir" exists back to Win9X; "SystemRoot" only exists on WinNT and later.
8ok(Win32::GetFolderPath(Win32::CSIDL_WINDOWS), $ENV{WINDIR});