diff --git a/unittests/CppInterOp/FunctionReflectionTest.cpp b/unittests/CppInterOp/FunctionReflectionTest.cpp index d15cb1c02..96be337e6 100644 --- a/unittests/CppInterOp/FunctionReflectionTest.cpp +++ b/unittests/CppInterOp/FunctionReflectionTest.cpp @@ -553,11 +553,7 @@ TEST(FunctionReflectionTest, IsStaticMethod) { EXPECT_TRUE(Cpp::IsStaticMethod(SubDecls[2])); } -#ifdef __APPLE__ -TEST(FunctionReflectionTest, DISABLED_GetFunctionAddress) { -#else TEST(FunctionReflectionTest, GetFunctionAddress) { -#endif std::vector Decls, SubDecls; std::string code = "int f1(int i) { return i * i; }";