mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
These tests are checking the printed outpout of the diagnostic formatter in ways that change with the Swift formatter, but are not consequential.
5 lines
305 B
Swift
5 lines
305 B
Swift
// RUN: not %target-swift-frontend -typecheck -enable-objc-interop -import-objc-header %S/Inputs/invalid_bridging_header.h %s -diagnostic-style llvm -o - 2>&1 | %FileCheck %s
|
|
|
|
// CHECK: 1:12: error: cannot find interface declaration for 'UndeclaredError'
|
|
// CHECK: error: failed to import bridging header
|