Skip to content

Commit c107e0e

Browse files
committed
Fix codegen test.
1 parent c1a0f82 commit c107e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/inherit_overflow.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//[NOASSERT] compile-flags: -Coverflow-checks=off
55

66
// CHECK-LABEL: define{{.*}} @assertion
7-
// ASSERT: tail call void @_ZN4core9panicking5panic17h
7+
// ASSERT: call void @_ZN4core9panicking5panic17h
88
// NOASSERT: ret i8 0
99
#[no_mangle]
1010
pub fn assertion() -> u8 {

0 commit comments

Comments
 (0)