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.
2 parents d54e56b + d9b32f2 commit 165c9b6Copy full SHA for 165c9b6
validation-test/SILOptimizer/lexical-lifetimes.swift
@@ -1,4 +1,6 @@
1
-// RUN: %target-run-simple-swift -Xfrontend -enable-experimental-lexical-lifetimes -O -Xfrontend -enable-copy-propagation | %FileCheck %s
+// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-lexical-lifetimes -Xfrontend -enable-copy-propagation) | %FileCheck %s
2
+
3
+// REQUIRES: executable_test
4
5
// =============================================================================
6
// = Declarations {{ =
0 commit comments