Tests: Add ArraysAndPointers and CustomAttributeData; update all expected results

This commit is contained in:
Katy Coe
2019-11-05 19:11:07 +01:00
parent 8571d6d6f3
commit 9d4d8da42b
12 changed files with 295 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ namespace Il2CppInspector
//(tDerivedArray, "Derived`1[System.Int32][]", false, false, false, false),
(tT, "T", false, false, true, true),
(tF, "G`1[Derived`1[V]]", true, false, true, false),
(tNested, "Derived`1+Nested[V]", true, true, true, false)
(tNested, "Derived`1[V]+Nested[V]", true, true, true, false)
};
foreach (var check in checks) {