mirror of
https://github.com/bkaradzic/bx.git
synced 2026-09-25 03:26:03 +00:00
Use Catch2 macros. (#382)
This commit is contained in:
committed by
GitHub
parent
d54d89d6b5
commit
c6131ec676
@@ -33,7 +33,7 @@ namespace {
|
||||
struct Foo { int bar; };
|
||||
}
|
||||
|
||||
TEST(uomap_nonpod_compiles) {
|
||||
TEST_CASE("uomap_nonpod_compiles", "[tinystl]") {
|
||||
|
||||
// verify this compiles
|
||||
typedef tinystl::unordered_map<int, Foo> map;
|
||||
|
||||
Reference in New Issue
Block a user