Skip to content

Commit 4b21ecf

Browse files
committed
[lldb] Update TestDump.test for gnuwin32's 'file' command output
Remove the colon from the CHECK line for the output of the file command. On macOS and Linux, the file command uses a colon as the separator between the path and the file type, but gnuwin32's file command uses a semicolon.
1 parent 0c36a15 commit 4b21ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Diagnostics/TestDump.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# RUN: %lldb -o 'diagnostics dump -d %t.nonexisting'
1313
# RUN: file %t.nonexisting | FileCheck %s
1414

15-
# CHECK: : directory
15+
# CHECK: directory

0 commit comments

Comments
 (0)