Skip to content

Commit 47debca

Browse files
committed
Update FunctionReflectionTest.cpp
1 parent 86bb470 commit 47debca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

unittests/CppInterOp/FunctionReflectionTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,9 +800,7 @@ TEST(FunctionReflectionTest, GetFunctionAddress) {
800800
if (llvm::sys::RunningOnValgrind())
801801
GTEST_SKIP() << "XFAIL due to Valgrind report";
802802
#if defined(_WIN32)
803-
#if CLANG_VERSION_MAJOR < 17
804803
GTEST_SKIP() << "Disabled on Windows for Clang<17. Needs fixing.";
805-
#endif
806804
#endif
807805
std::vector<Decl*> Decls, SubDecls;
808806
std::string code = "int f1(int i) { return i * i; }";

0 commit comments

Comments
 (0)