Support compilation fail scenarios in ASTJSON tests

This commit is contained in:
wechman
2022-03-14 14:21:06 +01:00
committed by wechman
parent 38639417e1
commit f431c6f058
3 changed files with 24 additions and 2 deletions
+1
View File
@@ -90,6 +90,7 @@ private:
) const;
std::vector<TestVariant> m_variants;
std::optional<CompilerStack::State> m_expectedFailAfter;
std::vector<std::pair<std::string, std::string>> m_sources;
};