diff --git a/tests/Normalize.test.cpp b/tests/Normalize.test.cpp index ba9f5c52..2ee82623 100644 --- a/tests/Normalize.test.cpp +++ b/tests/Normalize.test.cpp @@ -408,6 +408,7 @@ struct NormalizeFixture : Fixture const NormalizedType* toNormalizedType(const std::string& annotation) { + normalizer.clearCaches(); CheckResult result = check("type _Res = " + annotation); LUAU_REQUIRE_NO_ERRORS(result); std::optional ty = lookupType("_Res");