libafl_ar: fix error message (#2833)
This commit is contained in:
parent
d8460d14a2
commit
8adb2aa7b5
@ -25,11 +25,11 @@ pub fn main() {
|
||||
Configuration::UndefinedBehaviorSanitizer,
|
||||
]))
|
||||
.run()
|
||||
.expect("Failed to run the wrapped libtool")
|
||||
.expect("Failed to run the wrapped ar")
|
||||
{
|
||||
std::process::exit(code);
|
||||
}
|
||||
} else {
|
||||
panic!("LibAFL libtool: No Arguments given");
|
||||
panic!("LibAFL ar: No Arguments given");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user