Skip to content

Commit f349141

Browse files
committed
Update optimization remark test for LLVM 14
The format of the remark changed slightly.
1 parent 599a03c commit f349141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/optimization-remark.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// build-pass
22
// ignore-pass
3-
// no-system-llvm
3+
// min-llvm-version: 14.0.0
44
// revisions: all inline merge1 merge2
55
// compile-flags: --crate-type=lib -Cdebuginfo=1 -Copt-level=2
66
//
@@ -14,7 +14,7 @@
1414
// [merge1] compile-flags: -Cremark=all -Cremark=giraffe
1515
// [merge2] compile-flags: -Cremark=inline -Cremark=giraffe
1616
//
17-
// error-pattern: inline: f not inlined into g
17+
// error-pattern: inline: 'f' not inlined into 'g'
1818
// dont-check-compiler-stderr
1919

2020
#[no_mangle]

0 commit comments

Comments
 (0)