From 65e5812f5b88989ea3ce4ac232f882004c60cc73 Mon Sep 17 00:00:00 2001 From: mzuenni Date: Thu, 5 Sep 2024 14:20:50 +0200 Subject: more tests --- test/datastructures/stlRope.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/datastructures/stlRope.cpp (limited to 'test/datastructures/stlRope.cpp') diff --git a/test/datastructures/stlRope.cpp b/test/datastructures/stlRope.cpp new file mode 100644 index 0000000..669f4d4 --- /dev/null +++ b/test/datastructures/stlRope.cpp @@ -0,0 +1,6 @@ +#include "../util.h" +#include + +int main() { + test(); +} \ No newline at end of file -- cgit v1.2.3