Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / contract / test / specify / missing_check.cpp
index 92ecdc7..7e6f01c 100644 (file)
@@ -8,7 +8,7 @@
 
 struct err {};
 #ifndef BOOST_CONTRACT_ON_MISSING_CHECK_DECL
-    #error "build must define ON_MISSING_CHECK_DECL='{ throw err(); }'"
+    #error "build must define ON_MISSING_CHECK_DECL=`{ throw err(); }`"
 #endif
 
 #include <boost/contract/function.hpp>