Skip to content

Commit 5bb1525

Browse files
committedSep 24, 2019
[LLDB] [test] Allow differing order of some matches
These can appear in a different order depending on the relative layout of the source and build trees. Differential Revision: https://reviews.llvm.org/D67953 llvm-svn: 372740
1 parent 79b76f0 commit 5bb1525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lldb/lit/Reproducer/TestDump.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# RUN: %lldb -x -b -s %S/Inputs/FileCapture.in -o 'reproducer dump -p files' --capture --capture-path %t.repro %t/reproducer.out
99

1010
# RUN: %lldb -b -o 'reproducer dump -p files -f %t.repro' | FileCheck %s --check-prefix FILES
11-
# FILES: 'reproducer.out'
12-
# FILES: 'FileCapture.in'
11+
# FILES-DAG: 'reproducer.out'
12+
# FILES-DAG: 'FileCapture.in'
1313

1414
# RUN: %lldb -b -o 'reproducer dump -p version -f %t.repro' | FileCheck %s --check-prefix VERSION
1515
# VERSION: lldb version

0 commit comments

Comments
 (0)