Skip to content

Commit f33599c

Browse files
authored
Merge pull request #41234 from NuriAmari/default-diagnostics-clean-up
[NFC] Remove superfluous CHECK-NOT lines
2 parents c564ece + e314d83 commit f33599c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/ClangImporter/experimental_diagnostics_opt_out.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ _ = bar.methodReturningForwardDeclaredInterface()
1616
// CHECK-NOT: error
1717
// CHECK-NOT: note
1818

19-
// CHECK-NOT: warning
20-
// CHECK-NOT: error
2119
let s: PartialImport
2220
s.c = 5
2321
// CHECK: experimental_diagnostics_opt_out.swift:{{[0-9]+}}:{{[0-9]+}}: error: value of type 'PartialImport' has no member 'c'
@@ -27,8 +25,6 @@ s.c = 5
2725
// CHECK-NOT: error
2826
// CHECK-NOT: note
2927

30-
// CHECK-NOT: warning
31-
// CHECK-NOT: error
3228
unsupported_parameter_type(1,2)
3329
// CHECK: experimental_diagnostics_opt_out.swift:{{[0-9]+}}:{{[0-9]+}}: error: cannot find 'unsupported_parameter_type' in scope
3430
// CHECK-NOT: warning

0 commit comments

Comments
 (0)