Skip to content

Commit 29aa20d

Browse files
committed
Use -DAG on json check patterns
1 parent bfcde3d commit 29aa20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ plugin list --json
3131
# CHECK: {
3232
# CHECK: "system-runtime": [
3333
# CHECK: {
34-
# CHECK: "enabled": true,
35-
# CHECK: "name": "systemruntime-macosx"
34+
# CHECK-DAG: "enabled": true,
35+
# CHECK-DAG: "name": "systemruntime-macosx"
3636
# CHECK: }
3737
# CHECK: ]
3838
# CHECK: }

0 commit comments

Comments
 (0)