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 5f249fe commit 116f8d1Copy full SHA for 116f8d1
test/Interpreter/collection_casts.swift
@@ -1,5 +1,9 @@
1
+// RUN: rm -rf %t
2
+// RUN: mkdir -p %t
3
// RUN: %target-build-swift %s -Xfrontend -enable-experimental-collection-casts -o %t/main
4
+// RUN: %target-build-swift %s -Xfrontend -enable-experimental-collection-casts -o %t/main-optimized
5
// RUN: %target-run %t/main | FileCheck %s
6
+// RUN: %target-run %t/main-optimized | FileCheck %s
7
// REQUIRES: executable_test
8
9
protocol Preening {
0 commit comments