mirror of
https://github.com/bkaradzic/bx.git
synced 2026-09-27 12:36:11 +00:00
Use Catch2 macros. (#382)
This commit is contained in:
committed by
GitHub
parent
d54d89d6b5
commit
c6131ec676
@@ -29,7 +29,7 @@
|
||||
#include <tinystl/allocator.h>
|
||||
#include <tinystl/unordered_set.h>
|
||||
|
||||
TEST(uoset_pod_compiles) {
|
||||
TEST_CASE("uoset_pod_compiles", "") {
|
||||
|
||||
// verify this compiles
|
||||
tinystl::unordered_set<unsigned int> s;
|
||||
|
||||
Reference in New Issue
Block a user