diff --git a/test/Examples/lit.local.cfg b/test/Examples/lit.local.cfg index d97a2a5b7a3..462e3dc5d11 100644 --- a/test/Examples/lit.local.cfg +++ b/test/Examples/lit.local.cfg @@ -1,2 +1 @@ -if not config.test_examples: - config.unsupported = True +config.unsupported = True