Fix the test annotation.

This commit is contained in:
Vytautas Astrauskas 2020-04-20 13:22:51 -07:00
parent e7c2694b8b
commit e7b82fde4a

View File

@ -1,9 +1,8 @@
// ignore-windows: Concurrency on Windows is not supported yet.
// error-pattern: unsupported operation: the main thread terminated without waiting for other threads
// Check that we terminate the program when the main thread terminates.
//~^^^^ ERROR: unsupported operation: the main thread terminated without waiting for other threads
#![feature(rustc_private)]
extern crate libc;