[ox/std] Add expand to HashMap
This commit is contained in:
1
deps/ox/src/ox/std/test/tests.cpp
vendored
1
deps/ox/src/ox/std/test/tests.cpp
vendored
@@ -59,7 +59,6 @@ map<string, function<int()>> tests = {
|
||||
ox::HashMap<const char*, int> v;
|
||||
v["asdf"] = 42;
|
||||
v["aoeu"] = 100;
|
||||
std::cout << v["asdf"];
|
||||
oxAssert(v["asdf"] == 42, "asdf != 42");
|
||||
oxAssert(v["aoeu"] == 100, "aoeu != 100");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user