Skip to content

Commit 16e76c9

Browse files
committed
[6.0] remove unneeeded NonescapingTypes feature flag from test
1 parent b905b20 commit 16e76c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Interpreter/moveonly_swiftskell.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
// RUN: -enable-library-evolution \
88
// RUN: -parse-as-library \
99
// RUN: %S/../Inputs/Swiftskell.swift \
10-
// RUN: -enable-experimental-feature SuppressedAssociatedTypes \
11-
// RUN: -enable-experimental-feature NonescapableTypes
10+
// RUN: -enable-experimental-feature SuppressedAssociatedTypes
1211

1312
// RUN: %target-build-swift -I%t -L%t -lSwiftskell -parse-as-library %s \
1413
// RUN: -module-name E -o %t/E %target-rpath(%t)

0 commit comments

Comments
 (0)