Strip lines containing "STRIP" from ./striptests

This commit is contained in:
Vidar Holen
2021-09-18 19:22:46 -07:00
parent b044f5b23a
commit e7df718724
4 changed files with 9 additions and 11 deletions

View File

@@ -29,6 +29,7 @@ detestify() {
state = 0;
}
/STRIP/ { next; }
/LANGUAGE TemplateHaskell/ { next; }
/^import.*Test\./ { next; }