Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit ecfb7a0

Browse files
committed
Merge branch 'main' of github.com:apple/swift into tensorflow-stage
* 'main' of github.com:apple/swift: test: recover Driver/opt-record.swift
2 parents f389f07 + aea1ace commit ecfb7a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Driver/opt-record.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
// RUN: %target-swiftc_driver -O -wmo -save-optimization-record -save-optimization-record-passes unknown -save-optimization-record-path %t/optrecordmod-filtered.opt.yaml %s -module-name optrecordmod -o %t/opt-record 2>&1 | %FileCheck -allow-empty %s
99
// RUN: %FileCheck -allow-empty -check-prefix=YAML-FILTERED %s < %t/optrecordmod-filtered.opt.yaml
1010

11-
// CHECK-NOT: warning
12-
// CHECK-NOT: error
11+
// CHECK-NOT: remark
1312

1413
var a: Int = 1
1514

0 commit comments

Comments
 (0)