Skip to content

Commit f0eaca7

Browse files
committed
[Tests] NFC: Disable diagnostics in test/SIL/lifetime_dependence_buffer_view_test.swift
With NCGenerics enabled the test-case started producing a diagnostic in a spot marked with a TODO, Meghana suggested to temporary disable the diagnostics.
1 parent a245391 commit f0eaca7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/SIL/lifetime_dependence_buffer_view_test.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// RUN: -disable-experimental-parser-round-trip \
33
// RUN: -enable-experimental-feature NonescapableTypes \
44
// RUN: -enable-experimental-feature NoncopyableGenerics \
5-
// RUN: -enable-experimental-lifetime-dependence-inference
5+
// RUN: -enable-experimental-lifetime-dependence-inference \
6+
// RUN: -disable-lifetime-dependence-diagnostics
67

78
// REQUIRES: asserts
89
// REQUIRES: swift_in_compiler

0 commit comments

Comments
 (0)