Skip to content

Commit 9d36fa3

Browse files
committed
Fix test
1 parent e5f3b94 commit 9d36fa3

File tree

1 file changed

+2
-0
lines changed
  • src/librustc_mir/dataflow/framework

1 file changed

+2
-0
lines changed

src/librustc_mir/dataflow/framework/tests.rs

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ fn mock_body() -> mir::Body<'static> {
4141
destination: Some((dummy_place.clone(), mir::START_BLOCK)),
4242
cleanup: None,
4343
from_hir_call: false,
44+
fn_span: DUMMY_SP,
4445
},
4546
);
4647
block(3, mir::TerminatorKind::Return);
@@ -53,6 +54,7 @@ fn mock_body() -> mir::Body<'static> {
5354
destination: Some((dummy_place.clone(), mir::START_BLOCK)),
5455
cleanup: None,
5556
from_hir_call: false,
57+
fn_span: DUMMY_SP,
5658
},
5759
);
5860

0 commit comments

Comments
 (0)