Skip to content

Commit 47ca167

Browse files
SAtackervgvassilev
authored andcommitted
[Tests] CppInterOp: Revert the get_wrapper_code failure
- Remove macro guard for GetFunctionAddress Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com>
1 parent 0e75241 commit 47ca167

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

unittests/CppInterOp/FunctionReflectionTest.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,11 +553,7 @@ TEST(FunctionReflectionTest, IsStaticMethod) {
553553
EXPECT_TRUE(Cpp::IsStaticMethod(SubDecls[2]));
554554
}
555555

556-
#ifdef __APPLE__
557-
TEST(FunctionReflectionTest, DISABLED_GetFunctionAddress) {
558-
#else
559556
TEST(FunctionReflectionTest, GetFunctionAddress) {
560-
#endif
561557
std::vector<Decl*> Decls, SubDecls;
562558
std::string code = "int f1(int i) { return i * i; }";
563559

0 commit comments

Comments
 (0)