File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ struct CrashAsync {
40
40
41
41
// CHECK: *** Program crashed: Bad pointer dereference at 0x{{0+}}4 ***
42
42
43
- // CHECK: Thread {{[0-9]+}} crashed:
43
+ // CHECK: Thread {{[0-9]+( ".*")? }} crashed:
44
44
45
45
// CHECK: 0 0x{{[0-9a-f]+}} {{_?}}$s10CrashAsync5crashyyF + {{[0-9]+}} in CrashAsync at {{.*}}/CrashAsync.swift:21:15
46
46
// CHECK-NEXT: 1 [ra] 0x{{[0-9a-f]+}} {{_?}}$s10CrashAsync5levelyySiYaFTY0_ + {{[0-9]+}} in CrashAsync at {{.*}}/CrashAsync.swift:29:5
@@ -57,7 +57,7 @@ struct CrashAsync {
57
57
58
58
// FRIENDLY: *** Program crashed: Bad pointer dereference at 0x{{0+}}4 ***
59
59
60
- // FRIENDLY: Thread {{[0-9]+}} crashed:
60
+ // FRIENDLY: Thread {{[0-9]+( ".*")? }} crashed:
61
61
62
62
// FRIENDLY: 0 {{_?}}$s10CrashAsync5crashyyF + {{[0-9]+}} in CrashAsync at {{.*}}CrashAsync.swift:21:15
63
63
You can’t perform that action at this time.
0 commit comments