Fix broken test stripping

This commit is contained in:
Vidar Holen 2018-04-22 14:57:43 -07:00
parent 683a30abde
commit a1d8947297
2 changed files with 2 additions and 3 deletions

View file

@ -29,7 +29,7 @@ detestify() {
}
/LANGUAGE TemplateHaskell/ { next; }
/^import Test\./ { next; }
/^import.*Test\./ { next; }
/^module/ {
sub(/,[^,)]*runTests/, "");