Skip to content

Commit 7952352

Browse files
committed
Update tests
1 parent b3a80cb commit 7952352

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Diff for: tests/run-make/bin-emit-no-symbols/rmake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ fn main() {
1212
let out = llvm_readobj().input("app.o").arg("--symbols").run();
1313
out.assert_stdout_contains("rust_begin_unwind");
1414
out.assert_stdout_contains("rust_eh_personality");
15-
out.assert_stdout_contains("__rg_oom");
15+
out.assert_stdout_contains("__rust_alloc_error_handler");
1616
}

Diff for: tests/ui/sanitizer/dataflow-abilist.txt

-5
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,6 @@ fun:__dfso_*=uninstrumented
490490
fun:__dfso_*=discard
491491

492492
# Rust functions.
493-
fun:__rdl_alloc=uninstrumented
494-
fun:__rdl_alloc_zeroed=uninstrumented
495-
fun:__rdl_dealloc=uninstrumented
496-
fun:__rdl_realloc=uninstrumented
497-
fun:__rg_oom=uninstrumented
498493
fun:__rust_alloc=uninstrumented
499494
fun:__rust_alloc_error_handler=uninstrumented
500495
fun:__rust_alloc_zeroed=uninstrumented

0 commit comments

Comments
 (0)