assert_bug function fixes
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index b974419fe851e3042088ee94a322d99201e1cd46..3e0651864d80f97d5ff01a11b758ec77871867b4 100644 (file)
--- a/model.h
+++ b/model.h
@@ -56,7 +56,7 @@ public:
        void switch_from_master(Thread *thread);
        uint64_t switch_to_master(ModelAction *act);
 
-       bool assert_bug(const char *msg, ...);
+       void assert_bug(const char *msg, ...);
 
        void assert_user_bug(const char *msg);