summaryrefslogtreecommitdiffstats
path: root/tests/ingen_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ingen_test.cpp')
-rw-r--r--tests/ingen_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 7bba3289..bdc535e8 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -160,7 +160,7 @@ main(int argc, char** argv)
"Unable to load serialisation module");
// Initialise engine
- ingen_try(world->engine(),
+ ingen_try(bool(world->engine()),
"Unable to create engine");
world->engine()->init(48000.0, 4096);
world->engine()->activate();