summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.cpp b/test/main.cpp
index 577b9e0c..d190c27b 100644
--- a/test/main.cpp
+++ b/test/main.cpp
@@ -25,7 +25,7 @@ int app::exec()
{
bool ret = true;
ret &= test_json();
- return ret;
+ return !ret;
}
} // namespace Magnum::Examples