Skip to content

Commit 86014b2

Browse files
authored
Merge pull request #435 from vedantk/swift/master
Fix Reproducer/TestDriverOptions.test in swift/master
2 parents b657d21 + 7924d7d commit 86014b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lldb/lit/Reproducer/TestDriverOptions.test

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
#
1111
# RUN: %lldb --capture --capture-path %t.repro -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix NO-WARNING --check-prefix STATUS-CAPTURE
1212
# 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
1417
#
1518
# NO-WARNING-NOT: warning: -capture-path specified without -capture
1619
# WARNING: warning: -capture-path specified without -capture

0 commit comments

Comments
 (0)