Skip to content

Commit

Permalink
[Tests] CppInterOp: Revert the get_wrapper_code failure
Browse files Browse the repository at this point in the history
- Remove macro guard for GetFunctionAddress

Signed-off-by: Shreyas Atre <[email protected]>
  • Loading branch information
SAtacker committed Jan 3, 2024
1 parent 0e75241 commit b81299b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions unittests/CppInterOp/FunctionReflectionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<Decl*> Decls, SubDecls;
std::string code = "int f1(int i) { return i * i; }";

Expand Down

0 comments on commit b81299b

Please sign in to comment.