Skip to content

Commit cb302c2

Browse files
committed
Make test stricter.
One some bots there are additional warnings being printed by LLDB. rdar://113237769
1 parent af1feb8 commit cb302c2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lldb/test/Shell/Swift/MissingVFSOverlay.test

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@ run
1515
expression 1
1616

1717
# The {{ }} avoids accidentally matching the input script!
18-
# CHECK: warning:
19-
# CHECK-SAME: a.out
20-
# CHECK: warning:
21-
# CHECK-SAME: Ignoring missing VFS
22-
# CHECK-SAME: overlay.yaml
18+
# CHECK: warning:{{ }}{{.*}}Swift{{.*}}a.out
19+
# CHECK: warning:{{ }}{{.*}}Ignoring missing VFS{{.*}}overlay.yaml

0 commit comments

Comments
 (0)