mirror of
https://github.com/boostorg/json.git
synced 2026-01-19 04:12:14 +00:00
array work
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
//obj1 = obj;
|
||||
break;
|
||||
}
|
||||
catch(std::bad_alloc const&)
|
||||
catch(test_failure const&)
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -54,7 +54,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
BEAST_DEFINE_TESTSUITE(beast,json,string);
|
||||
BEAST_DEFINE_TESTSUITE(boost,json,string);
|
||||
|
||||
} // json
|
||||
} // boost
|
||||
|
||||
Reference in New Issue
Block a user