Undo accidental change to tests/ui/sanitizer/thread.rs

This commit is contained in:
Ben Kimock 2024-05-14 13:59:28 -04:00
parent aa31281f2d
commit 39ef149a29

View File

@ -20,6 +20,7 @@
//@ error-pattern: Location is heap block of size 4 //@ error-pattern: Location is heap block of size 4
//@ error-pattern: allocated by main thread //@ error-pattern: allocated by main thread
#![feature(raw_ref_op)]
#![feature(rustc_private)] #![feature(rustc_private)]
extern crate libc; extern crate libc;