You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-fb_procfs/fb_procfs-fix-tests-32bit.p...

13 lines
375 B

diff -Naur a/src/test.rs b/src/test.rs
--- a/src/test.rs 1969-12-31 16:00:00.000000000 -0800
+++ b/src/test.rs 2021-06-16 08:12:25.653600395 -0700
@@ -92,7 +92,7 @@
&self,
interface: &str,
p: P,
- content: usize,
+ content: u64,
) {
let interface_dir = self.path().join(interface);
if !interface_dir.exists() {