Skip to content

Commit d0fc0e1

Browse files
committed
v0: port demangle_thinlto test from legacy.
1 parent 016ca6e commit d0fc0e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/v0.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,4 +1064,11 @@ mod tests {
10641064
((((_, _), (_, _)), ((_, _), (_, _))), (((_, _), (_, _)), ((_, _), (_, _))))))"
10651065
);
10661066
}
1067+
1068+
#[test]
1069+
fn demangle_thinlto() {
1070+
t_nohash!("_RC3foo.llvm.9D1C9369", "foo");
1071+
t_nohash!("_RC3foo.llvm.9D1C9369@@16", "foo");
1072+
t_nohash!("_RNvC9backtrace3foo.llvm.A5310EB9", "backtrace::foo");
1073+
}
10671074
}

0 commit comments

Comments
 (0)