summaryrefslogtreecommitdiffstats
path: root/test/src/test-state-pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-state-pass.cpp')
-rw-r--r--test/src/test-state-pass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/test-state-pass.cpp b/test/src/test-state-pass.cpp
index c07523e..324cce3 100644
--- a/test/src/test-state-pass.cpp
+++ b/test/src/test-state-pass.cpp
@@ -80,8 +80,8 @@ int main(int argc, char** argv) {
state = interpreter.step();
}
if (interpreter.isInState("pass"))
- return EXIT_SUCCESS;
- return EXIT_FAILURE;
+ return EXIT_SUCCESS;
+ return EXIT_FAILURE;
} catch (Event e) {
std::cerr << "Thrown Event out of Interpreter: " << e;