This commit is contained in:
ThePhD 2022-06-25 03:47:22 -04:00
parent 55828d1ee0
commit 17e1c951dc
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -27,6 +27,7 @@
#include <iostream>
#include <string>
#include <limits>
TEST_CASE("policies/self", "ensure we return a direct reference to the lua userdata rather than creating a new one") {
struct vec2 {