Skip to content

Commit 9efbe6e

Browse files
committed
[Test] Removed a disabled feature flag.
1 parent ce7e948 commit 9efbe6e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/IRGen/moveonly_value_functions.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %target-swift-emit-irgen -O \
22
// RUN: -enable-experimental-feature NoncopyableGenerics \
3-
// RUN: -disable-type-layout \
43
// RUN: %s \
54
// RUN: | \
65
// RUN: %IRGenFileCheck %s

test/IRGen/moveonly_value_functions_onone.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %target-swift-emit-irgen -Onone \
22
// RUN: -enable-experimental-feature NoncopyableGenerics \
3-
// RUN: -disable-type-layout \
43
// RUN: %s \
54
// RUN: | \
65
// RUN: %IRGenFileCheck %s

0 commit comments

Comments
 (0)