Skip to content

Commit 1f5c0f8

Browse files
committed
Fix PersistentVector prototype
1 parent 165fe32 commit 1f5c0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/stdlib/Prototypes/PersistentVector.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// 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
3+
// RUN: %line-directive %t/PersistentVector.swift -- %target-build-swift -parse-stdlib -Xfrontend -disable-access-control %t/PersistentVector.swift -o %t/a.out
44
// RUN: %target-codesign %t/a.out
55
// RUN: %line-directive %t/PersistentVector.swift -- %target-run %t/a.out
66
// REQUIRES: executable_test

0 commit comments

Comments
 (0)