We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45750f6 commit 5d25a82Copy full SHA for 5d25a82
src/univalue/test/object.cpp
@@ -21,16 +21,16 @@
21
(stmt); \
22
assert(0 && "No exception caught"); \
23
} catch (excMatch & e) { \
24
- } catch (...) { \
25
- assert(0 && "Wrong exception caught"); \
26
- } \
+ } catch (...) { \
+ assert(0 && "Wrong exception caught"); \
+ } \
27
}
28
#define BOOST_CHECK_NO_THROW(stmt) { \
29
try { \
30
31
32
- assert(0); \
33
+ assert(0); \
34
35
36
void univalue_constructor()
0 commit comments