aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 505f48c..256f39d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -12,8 +12,6 @@
#include <Windows.h>
-#if !UNITTEST
-
int main(int argc, char* argv[])
{
// global lua state, all lua values are here
@@ -49,6 +47,4 @@ int main(int argc, char* argv[])
jin::lua::boot(L);
return 0;
-}
-
-#endif // unit test \ No newline at end of file
+} \ No newline at end of file