We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf876f commit a5d305eCopy full SHA for a5d305e
lldb/test/Shell/Commands/command-plugin-list.test
@@ -10,10 +10,10 @@
10
# Test plugin list without an argument will list all plugins.
11
plugin list
12
# 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
+# CHECK-DAG: instrumentation-runtime
+# CHECK-DAG: [+] AddressSanitizer AddressSanitizer instrumentation runtime plugin.
+# CHECK-DAG: system-runtime
+# CHECK-DAG: [+] systemruntime-macosx System runtime plugin for Mac OS X native libraries
17
18
# Test plugin list works with fully qualified name.
19
plugin list system-runtime.systemruntime-macosx
0 commit comments