bolt/deps/llvm-18.1.8/lldb/test/Shell/Driver/TestQuiet.test
2025-02-14 19:21:04 +01:00

7 lines
No EOL
158 B
Text

RUN: %lldb -b -Q -o "expr 40 + 2" | FileCheck %s
RUN: %lldb -b -Q -O "expr 40 + 2" | FileCheck %s
CHECK-NOT: expr
CHECK-NOT: lldb
CHECK-NOT: source
CHECK: 42