fortrangoingonforty/armfortas / 146aecc

Browse files

Refresh i128 helper assertion

Authored by espadonne
SHA
146aecc0ebbb6cd8b8ac819e650fd09d8b4ae603
Parents
4071bdf
Tree
50e1dc5

1 changed file

StatusFile+-
M tests/i128_memory_backend.rs 2 2
tests/i128_memory_backend.rsmodified
@@ -311,8 +311,8 @@ fn simple_internal_i128_call_uses_pair_arg_and_return_regs_at_o0() {
311
     );
311
     );
312
 
312
 
313
     assert!(
313
     assert!(
314
-        asm.contains("bl _add_one"),
314
+        asm.contains("bl _afs_internal_"),
315
-        "internal integer(16) call should branch to the contained helper:\n{}",
315
+        "internal integer(16) call should branch to the internalized contained helper:\n{}",
316
         asm
316
         asm
317
     );
317
     );
318
     assert!(
318
     assert!(