summaryrefslogtreecommitdiffhomepage
path: root/test/main.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-06 22:52:15 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-06 22:52:15 +0200
commit86d09212e84b7d3b41acf4abd420d4e14cbc3592 (patch)
tree08a5d29c0c62effa1441be477cf6c0583d4c98f4 /test/main.cpp
parented90a4cec86f4e8beb38c69fc2aaa0c7bfa84b7b (diff)
a
Diffstat (limited to 'test/main.cpp')
-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