diff options
Diffstat (limited to 'tests/codegen/auxiliary/thread_local_aux.rs')
| -rw-r--r-- | tests/codegen/auxiliary/thread_local_aux.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/codegen/auxiliary/thread_local_aux.rs b/tests/codegen/auxiliary/thread_local_aux.rs deleted file mode 100644 index bebaa7754dd..00000000000 --- a/tests/codegen/auxiliary/thread_local_aux.rs +++ /dev/null @@ -1,5 +0,0 @@ -#![crate_type = "lib"] - -use std::cell::Cell; - -thread_local!(pub static A: Cell<u64> = const { Cell::new(0) }); |
