mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[NFC][sanitizer] Remove unused variable
This commit is contained in:
parent
01c5904907
commit
5992823008
@ -192,7 +192,7 @@ TEST_F(StackPrintTest, SKIP_ON_SPARC(ContainsFullTrace)) {
|
||||
UnwindFast();
|
||||
|
||||
char buf[3000];
|
||||
uptr len = trace.PrintTo(buf, sizeof(buf));
|
||||
trace.PrintTo(buf, sizeof(buf));
|
||||
EXPECT_THAT(std::string(buf),
|
||||
MatchesRegex("(#[0-9]+ 0x[0-9a-f]+\n){" +
|
||||
std::to_string(trace.size) + "}\n"));
|
||||
|
Loading…
Reference in New Issue
Block a user