File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 10
10
#
11
11
# RUN: %lldb --capture --capture-path %t.repro -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix NO-WARNING --check-prefix STATUS-CAPTURE
12
12
# RUN: %lldb --capture -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix NO-WARNING --check-prefix STATUS-CAPTURE
13
- # RUN: %lldb --capture-path %t.repro -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix WARNING --check-prefix STATUS-CAPTURE
13
+ #
14
+ # BEGIN SWIFT-LLDB CHANGE (--capture does not need to be specified, as it's on by default)
15
+ # RUN: %lldb --capture-path %t.repro -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix NO-WARNING --check-prefix STATUS-CAPTURE
16
+ # END SWIFT-LLDB-CHANGE
14
17
#
15
18
# NO-WARNING-NOT: warning: -capture-path specified without -capture
16
19
# WARNING: warning: -capture-path specified without -capture
You can’t perform that action at this time.
0 commit comments