[Test] Generalize api-digester tests to all platforms.

The API digester tests were being run only for macOS, mainly
because they were not using %target-swift consistently. Lift
the unnecessary restriction so we run these tests more widely.
This commit is contained in:
Doug Gregor
2020-05-01 14:56:01 -07:00
parent ced7dc175a
commit f1fcec14f4
13 changed files with 21 additions and 25 deletions

View File

@@ -1,4 +1,3 @@
// REQUIRES: OS=macosx
// RUN: %empty-directory(%t.mod)
// RUN: %empty-directory(%t.sdk)
// RUN: %empty-directory(%t.module-cache)