aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lextest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lextest.cpp')
-rw-r--r--tests/lextest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lextest.cpp b/tests/lextest.cpp
index f918ff7..9119a2a 100644
--- a/tests/lextest.cpp
+++ b/tests/lextest.cpp
@@ -1,5 +1,8 @@
#include <iostream>
#include <rawld.h>
+#ifndef NO_SWORD_NAMESPACE
+using namespace sword;
+#endif
int main(int argc, char **argv)
{
@@ -19,4 +22,5 @@ int main(int argc, char **argv)
// lex << "y";
lex = BOTTOM;
+ return 0;
}