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 17f7c0b commit e001176Copy full SHA for e001176
libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/is_array.pass.cpp
@@ -79,7 +79,7 @@ int main(int, char**)
79
// correct handling of std::is_array<T[0]>. This test will pass as long as
80
// Clang and libc++ come from the same LLVM commit, but we can't detect that
81
// here.
82
-#if !defined(__ANDROID__) || __clang_major__ != 19 || __clang_minor__ != 0
+#if !defined(__ANDROID__) || TEST_CLANG_VER != 1900
83
test_is_not_array<char[0]>();
84
#endif
85
test_is_array<char[]>();
0 commit comments