We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165fe32 commit 1f5c0f8Copy full SHA for 1f5c0f8
validation-test/stdlib/Prototypes/PersistentVector.swift.gyb
@@ -1,6 +1,6 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %gyb %s -o %t/PersistentVector.swift
3
-// RUN: %line-directive %t/PersistentVector.swift -- %target-build-swift -parse-stdlib %t/PersistentVector.swift -o %t/a.out
+// RUN: %line-directive %t/PersistentVector.swift -- %target-build-swift -parse-stdlib -Xfrontend -disable-access-control %t/PersistentVector.swift -o %t/a.out
4
// RUN: %target-codesign %t/a.out
5
// RUN: %line-directive %t/PersistentVector.swift -- %target-run %t/a.out
6
// REQUIRES: executable_test
0 commit comments