Skip to content

Commit 89ce6d8

Browse files
committed
Be more explicit about the compiler flags so these tests will pass on CI.
1 parent 85d663f commit 89ce6d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/debuginfo/debuginfo-inline-callsite-location-macro-1.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ build-pass
2-
//@ compile-flags: -g -O
2+
//@ compile-flags: -Cdebuginfo=2 -Copt-level=0 -Zmir-enable-passes=+Inline
33
//@ ignore-msvc
44
// ignore-tidy-filelength
55

tests/ui/debuginfo/debuginfo-inline-callsite-location-macro-2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ build-pass
2-
//@ compile-flags: -g -O
2+
//@ compile-flags: -Cdebuginfo=2 -Copt-level=0 -Zmir-enable-passes=+Inline
33
//@ ignore-msvc
44
// ignore-tidy-filelength
55

0 commit comments

Comments
 (0)