Browse Source

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.
Andreas Kling 4 years ago
parent
commit
bfffdd37f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Userland/Libraries/LibCpp/Tests/strace.cpp

+ 1 - 1
Userland/Libraries/LibCpp/Tests/strace.cpp

@@ -48,7 +48,7 @@ int main(int argc, char** argv)
     int status;
     int status;
     if (g_pid == -1) {
     if (g_pid == -1) {
         if (child_argv.is_empty()) {
         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;
             return 1;
         }
         }