aboutsummaryrefslogtreecommitdiff
path: root/main/tests/test_python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test_python.cpp')
-rw-r--r--main/tests/test_python.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/tests/test_python.cpp b/main/tests/test_python.cpp
index f4a3d7a3a..b71995dd3 100644
--- a/main/tests/test_python.cpp
+++ b/main/tests/test_python.cpp
@@ -47,10 +47,7 @@ void test() {
PyRun_SimpleString("b=Moch();\n");
PyRun_SimpleString("b.mooch();\n");
PyRun_SimpleString("b.meis();\n");
-
-
}
-
}
#endif