Skip to content

Commit 5dad08d

Browse files
committed
Update tests
1 parent da766e2 commit 5dad08d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/unit/out/refcount/global_without_initializer.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ thread_local!(
2323
pub static s: Value<Ptr<S>> = Rc::new(RefCell::new(Ptr::<S>::null()));
2424
);
2525
thread_local!(
26-
pub static file: Value<Ptr<::std::fs::File>> = Rc::new(RefCell::new(Ptr::<_IO_FILE>::null()));
26+
pub static file: Value<Ptr<::std::fs::File>> =
27+
Rc::new(RefCell::new(Ptr::<::std::fs::File>::null()));
2728
);
2829
thread_local!(
2930
pub static size: Value<u64> = <Value<u64>>::default();

0 commit comments

Comments
 (0)