diff options
Diffstat (limited to 'bin/tests/test_python.cpp')
-rw-r--r-- | bin/tests/test_python.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tests/test_python.cpp b/bin/tests/test_python.cpp index 575caf2513..26fb4bdafb 100644 --- a/bin/tests/test_python.cpp +++ b/bin/tests/test_python.cpp @@ -47,7 +47,7 @@ void test() { PyRun_SimpleString("b=Moch();\n"); PyRun_SimpleString("b.mooch();\n"); PyRun_SimpleString("b.meis();\n"); - + } |