Julian Lettner 8e724ad965 [TSan][Darwin] Deflake test
The asserted order of THREAD_DESTROY and end of main() is not
guaranteed:
```
 7: Hello from pthread
 8: THREAD_TERMINATE 0x7e8000104000, self: 0x7e8000104000, name: child thread
 9: Done.
10: THREAD_DESTROY 0x7e8000104000, self: 0x7e8000104000, name: child thread
```

Resulting in:
```
error: CHECK: expected string not found in input
// CHECK: Done.
```

Remove checking for "Done." (end of main()) to deflake this test.
Alternatively, we could use `CHECK-DAG`.

rdar://94036145
2022-05-27 10:19:56 -07:00
..
2022-05-27 10:19:56 -07:00
2021-12-13 12:48:34 +01:00
2021-07-28 20:11:59 +02:00
2019-09-11 23:19:48 +00:00
2021-04-29 07:42:18 +02:00
2021-12-13 12:48:34 +01:00
2021-10-25 14:51:24 +02:00
2021-04-29 07:42:18 +02:00
2019-09-11 21:33:06 +00:00
2021-07-28 17:35:02 +02:00
2021-07-28 17:35:02 +02:00
2021-07-28 17:35:02 +02:00
2021-07-15 12:18:48 +02:00
2021-12-13 12:48:34 +01:00
2021-12-13 12:48:34 +01:00
2021-07-15 12:18:48 +02:00
2021-02-17 19:03:17 +01:00
2021-06-24 09:47:44 +02:00
2021-12-13 12:48:34 +01:00
2021-07-28 17:35:02 +02:00
2021-04-29 07:42:18 +02:00
2022-02-23 13:35:22 -08:00