diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 22:52:15 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 22:52:15 +0200 |
commit | 86d09212e84b7d3b41acf4abd420d4e14cbc3592 (patch) | |
tree | 08a5d29c0c62effa1441be477cf6c0583d4c98f4 /test | |
parent | ed90a4cec86f4e8beb38c69fc2aaa0c7bfa84b7b (diff) |
a
Diffstat (limited to 'test')
-rw-r--r-- | test/main.cpp | 2 |
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 |