Skip to content

Commit 2f03ee6

Browse files
committed
Include new tests on macOS
1 parent 100ac7d commit 2f03ee6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/tests/Process.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ TEST(ProcessTest, ProcessModuleHasDefaultSegments) {
2424
EXPECT_TRUE(rw);
2525
}
2626

27-
#ifndef LIBHAT_MAC
2827
TEST(ProcessTest, ProcessModuleHasDefaultSections) {
2928
bool rx = false; // .text
3029
bool r = false; // .rdata
@@ -53,4 +52,3 @@ TEST(ProcessTest, ModuleSectionsMatchLookup) {
5352
return true;
5453
});
5554
}
56-
#endif

0 commit comments

Comments
 (0)