diff --git a/src/test/object.cpp b/src/test/object.cpp index 3d3749b..9fbab7a 100644 --- a/src/test/object.cpp +++ b/src/test/object.cpp @@ -23,14 +23,6 @@ using namespace jessilib; using namespace std::literals; -void object_compilation_test() { - object config {}; - - // Map accessor - config["bob"]["builder"].get(""s); - config["bob"]["builder"] = "whatever"; -} - using signed_char_t = signed char; using unsigned_char_t = unsigned char; using long_long_t = long long;