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 39a36d9 commit 8a5e385Copy full SHA for 8a5e385
test/Sema/large_int_array.swift.gyb
@@ -1,7 +1,9 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %gyb %s -o %t/large_int_array.swift
3
// RUN: %target-swift-frontend -typecheck -verify %t/large_int_array.swift
4
-// RUN: %target-swift-frontend %t/large_int_array.swift -emit-sil -o %t
+
5
+// verification is disabled because the ownership verifier takes too long: rdar://162566682
6
+// RUN: %target-swift-frontend -sil-verify-none %t/large_int_array.swift -emit-sil -o %t
7
8
% num_elements = 65537
9
0 commit comments