We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6153cff + 97afde5 commit 5d0b583Copy full SHA for 5d0b583
lldb/lit/Reproducer/TestCaptureEnvOverride.test
@@ -14,7 +14,10 @@
14
# RUN: LLDB_CAPTURE_REPRODUCER=off %lldb -b -o 'reproducer status' --capture | FileCheck %s --check-prefix OFF
15
16
# RUN: LLDB_CAPTURE_REPRODUCER=bogus %lldb -b -o 'reproducer status' --capture | FileCheck %s --check-prefix CAPTURE
17
-# RUN: LLDB_CAPTURE_REPRODUCER=bogus %lldb -b -o 'reproducer status' | FileCheck %s --check-prefix OFF
+#
18
+# BEGIN SWIFT LLDB CHANGE (--capture is on by default)
19
+# RUN: LLDB_CAPTURE_REPRODUCER=bogus %lldb -b -o 'reproducer status' | FileCheck %s --check-prefix CAPTURE
20
+# END SWIFT LLDB CHANGE
21
22
# CAPTURE: Reproducer is in capture mode.
23
# OFF: Reproducer is off.
0 commit comments