Merge branch 'no-inline-internalerror-test' into 'main'

force no inlining on internal_macro_test

Closes #570

See merge request tpo/core/arti!727
This commit is contained in:
Nick Mathewson 2022-09-09 15:52:09 +00:00
commit a11d292902
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ mod test {
// https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/509#note_2803085
#[cfg(any(target_os = "linux", target_os = "macos", target_os = "windows"))]
#[test]
#[inline(never)]
fn internal_macro_test() {
let start_of_func = line!();