We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55971d8 commit c3c943eCopy full SHA for c3c943e
test.cpp
@@ -3257,7 +3257,7 @@ static void safe_api()
3257
}
3258
3259
static void isAbsolutePath() {
3260
-#ifdef _WIN32
+#if defined(_WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
3261
ASSERT_EQUALS(true, simplecpp::isAbsolutePath("C:\\foo\\bar"));
3262
ASSERT_EQUALS(true, simplecpp::isAbsolutePath("C:/foo/bar"));
3263
ASSERT_EQUALS(true, simplecpp::isAbsolutePath("\\\\foo\\bar"));
0 commit comments