Skip to content

Commit 9d58571

Browse files
committed
Fix test
1 parent ef4848c commit 9d58571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen-integration/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ fn test_item_rename() {
254254
#[test]
255255
fn test_matching_with_rename() {
256256
assert_eq!(bindings::enum_to_be_constified_THREE, 3);
257-
assert_eq!(unsafe { bindings::TEMPLATED_CONST_VALUE.len() }, 30);
257+
assert_eq!(unsafe { bindings::TEMPLATED_CONST_VALUE.0.len() }, 30);
258258
}
259259

260260
#[test]

0 commit comments

Comments
 (0)