Skip to content

Commit 56f1481

Browse files
committed
fix tests not compiling
1 parent dbb7ec4 commit 56f1481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winit/tests/send_objects.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn window_builder_send() {
1818

1919
#[test]
2020
fn ids_send() {
21-
needs_send::<winit::window::SurfaceId>();
21+
needs_send::<winit::window::WindowId>();
2222
needs_send::<winit::event::DeviceId>();
2323
needs_send::<winit::monitor::MonitorHandle>();
2424
}

0 commit comments

Comments
 (0)