mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibCpp: Revert change to strace.cpp AST test from bf8fd4c
Since the purpose of this file is just to verify the AST generated, we can leave it alone.
This commit is contained in:
parent
fe03630716
commit
bfffdd37f0
Notes:
sideshowbarker
2024-07-18 16:56:31 +09:00
Author: https://github.com/awesomekling
Commit: bfffdd37f0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ int main(int argc, char** argv)
|
|||
int status;
|
||||
if (g_pid == -1) {
|
||||
if (child_argv.is_empty()) {
|
||||
warnln("strace: Expected either a pid or some arguments");
|
||||
outln(stderr, "strace: Expected either a pid or some arguments\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue