Skip to content

Commit fba93fc

Browse files
committed
[Test] Reenable tbd validation.
This was fixed previously.
1 parent e6c03bd commit fba93fc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

test/Interpreter/coroutine_accessors_default_implementations.swift

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@
99
// RUN: -module-name Library \
1010
// RUN: -parse-as-library \
1111
// RUN: -enable-library-evolution \
12-
// RUN: -emit-module-path %t/Library.swiftmodule \
13-
// RUN: -validate-tbd-against-ir=none
12+
// RUN: -emit-module-path %t/Library.swiftmodule
1413

1514
// RUN: %target-swift-frontend \
1615
// RUN: %t/Executable.swift \
1716
// RUN: -c \
1817
// RUN: -parse-as-library \
1918
// RUN: -module-name Executable \
2019
// RUN: -I %t \
21-
// RUN: -o %t/Executable.o \
22-
// RUN: -validate-tbd-against-ir=none
20+
// RUN: -o %t/Executable.o
2321

2422
// RUN: %target-build-swift-dylib(%t/%target-library-name(Library)) \
2523
// RUN: %t/Library.swift \
@@ -28,8 +26,7 @@
2826
// RUN: -enable-library-evolution \
2927
// RUN: -enable-experimental-feature CoroutineAccessors \
3028
// RUN: -emit-module-path %t/Library.swiftmodule \
31-
// RUN: -module-name Library \
32-
// RUN: -Xfrontend -validate-tbd-against-ir=none
29+
// RUN: -module-name Library
3330

3431
// RUN: %target-build-swift \
3532
// RUN: %t/Executable.o \

0 commit comments

Comments
 (0)