File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
- // RUN: %target-swiftc_driver -O %s -o %t/throwaway 2>&1 | %FileCheck -allow-empty -check-prefix=DEFAULT %s
3
- // RUN: %target-swiftc_driver -O -Rpass=sil-inliner %s -o %t/throwaway 2>&1 | %FileCheck -check-prefix=REMARK_PASSED %s
4
- // RUN: %target-swiftc_driver -O -Rpass-missed=sil-inliner %s -o %t/throwaway 2>&1 | %FileCheck -check-prefix=REMARK_MISSED %s
2
+ // RUN: %target-swiftc_driver -O %s -o %t/throwaway -diagnostic-style llvm 2>&1 | %FileCheck -allow-empty -check-prefix=DEFAULT %s
3
+ // RUN: %target-swiftc_driver -O -Rpass=sil-inliner %s -o %t/throwaway -diagnostic-style llvm 2>&1 | %FileCheck -check-prefix=REMARK_PASSED %s
4
+ // RUN: %target-swiftc_driver -O -Rpass-missed=sil-inliner %s -o %t/throwaway -diagnostic-style llvm 2>&1 | %FileCheck -check-prefix=REMARK_MISSED %s
5
5
6
6
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
7
7
Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-frontend -print-ast -disable-objc-attr-requires-foundation-module -enable-objc-interop %s 2>&1 | %FileCheck %s
1
+ // RUN: %target-swift-frontend -print-ast -disable-objc-attr-requires-foundation-module -enable-objc-interop %s -diagnostic-style llvm 2>&1 | %FileCheck %s
2
2
3
3
var x = 0.0
4
4
You can’t perform that action at this time.
0 commit comments