diff options
Diffstat (limited to 'tests/codegen/sanitizer/no-sanitize-inlining.rs')
| -rw-r--r-- | tests/codegen/sanitizer/no-sanitize-inlining.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/sanitizer/no-sanitize-inlining.rs b/tests/codegen/sanitizer/no-sanitize-inlining.rs index 623bfa608ca..d5e47884f85 100644 --- a/tests/codegen/sanitizer/no-sanitize-inlining.rs +++ b/tests/codegen/sanitizer/no-sanitize-inlining.rs @@ -16,7 +16,7 @@ // ASAN: } // // LSAN-LABEL: define void @test -// LSAN-NO: call +// LSAN-NOT: call // LSAN: } #[no_mangle] pub fn test(n: &mut u32) { |
