Skip to content

Commit a5d305e

Browse files
committed
Use CHECK-DAG
1 parent bcf876f commit a5d305e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/test/Shell/Commands/command-plugin-list.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
# Test plugin list without an argument will list all plugins.
1111
plugin list
1212
# CHECK-LABEL: plugin list
13-
# CHECK: instrumentation-runtime
14-
# CHECK: [+] AddressSanitizer AddressSanitizer instrumentation runtime plugin.
15-
# CHECK: system-runtime
16-
# CHECK: [+] systemruntime-macosx System runtime plugin for Mac OS X native libraries
13+
# CHECK-DAG: instrumentation-runtime
14+
# CHECK-DAG: [+] AddressSanitizer AddressSanitizer instrumentation runtime plugin.
15+
# CHECK-DAG: system-runtime
16+
# CHECK-DAG: [+] systemruntime-macosx System runtime plugin for Mac OS X native libraries
1717

1818
# Test plugin list works with fully qualified name.
1919
plugin list system-runtime.systemruntime-macosx

0 commit comments

Comments
 (0)