Skip to content

Commit c3c943e

Browse files
committed
s
1 parent 55971d8 commit c3c943e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3257,7 +3257,7 @@ static void safe_api()
32573257
}
32583258

32593259
static void isAbsolutePath() {
3260-
#ifdef _WIN32
3260+
#if defined(_WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
32613261
ASSERT_EQUALS(true, simplecpp::isAbsolutePath("C:\\foo\\bar"));
32623262
ASSERT_EQUALS(true, simplecpp::isAbsolutePath("C:/foo/bar"));
32633263
ASSERT_EQUALS(true, simplecpp::isAbsolutePath("\\\\foo\\bar"));

0 commit comments

Comments
 (0)