Skip to content

Commit 3635455

Browse files
authored
Fix skipifs for tests that require checks (#27077)
Fixes the skipifs for two tests which require checks to properly compile [Not reviewed - trivial]
2 parents 3fb4f7e + 9bdd97e commit 3635455

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
COMPOPTS <= --no-checks --fast
1+
COMPOPTS <= --no-checks
2+
COMPOPTS <= --fast
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
COMPOPTS <= --no-checks
2+
COMPOPTS <= --fast

0 commit comments

Comments
 (0)