Skip to content

Commit e7b82fd

Browse files
author
Vytautas Astrauskas
committed
Fix the test annotation.
1 parent e7c2694 commit e7b82fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/compile-fail/concurrency/libc_pthread_create_main_terminate.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// ignore-windows: Concurrency on Windows is not supported yet.
2+
// error-pattern: unsupported operation: the main thread terminated without waiting for other threads
23

34
// Check that we terminate the program when the main thread terminates.
45

5-
//~^^^^ ERROR: unsupported operation: the main thread terminated without waiting for other threads
6-
76
#![feature(rustc_private)]
87

98
extern crate libc;

0 commit comments

Comments
 (0)