summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/projects/hybrid/static_library/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/hybrid/static_library/src/main.cpp b/tests/projects/hybrid/static_library/src/main.cpp
index 2e70301ce..effbee53a 100644
--- a/tests/projects/hybrid/static_library/src/main.cpp
+++ b/tests/projects/hybrid/static_library/src/main.cpp
@@ -3,10 +3,10 @@
int main(int argc, char** argv)
{
test1();
- test2();
#ifdef MACOSX
+ test2();
test3();
- test4();
#endif
+ test4();
return 0;
}