Changes for test failures on PowerPC64LE when running as non-root user

This commit is contained in:
sarveshtamba
2019-02-18 08:25:53 +00:00
parent 0fe7e148c6
commit acc551f9bc
6 changed files with 0 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
// RUN: %empty-directory(%t)
// XFAIL: CPU=powerpc64le
// 1. Not finding things is okay.
// RUN: not env SWIFT_FORCE_MODULE_LOADING=prefer-parseable %target-swift-frontend -typecheck -parse-stdlib -module-cache-path %t/MCP %s 2>&1 | %FileCheck -check-prefix=NO-SUCH-MODULE %s