We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b88336 commit e004a80Copy full SHA for e004a80
test/Driver/opt-record.swift
@@ -8,8 +8,7 @@
8
// 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
9
// RUN: %FileCheck -allow-empty -check-prefix=YAML-FILTERED %s < %t/optrecordmod-filtered.opt.yaml
10
11
-// CHECK-NOT: warning
12
-// CHECK-NOT: error
+// CHECK-NOT: remark
13
14
var a: Int = 1
15
0 commit comments