Skip to content

Commit d7937a1

Browse files
Vulpix test framework cleaned-up
There are four types of tests in the Vulpix framework: positive compilation, negative compilation, run and fuzzy. They shared a deal of common logic on which a lot of hacks was done over time. This lead to them doing essentially the same thing in different ways and with minor semantic differences. This commit makes the code in question more DRY and abstracts away the common logic for the four test types.
1 parent 874a203 commit d7937a1

File tree

1 file changed

+175
-296
lines changed

1 file changed

+175
-296
lines changed

0 commit comments

Comments
 (0)