You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/tests.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ fn compare_generated_header(
207
207
expectation_file.write_all(actual.as_bytes())?;
208
208
}
209
209
210
-
Err(Error::new(ErrorKind::Other,"Header and binding differ!"))
210
+
Err(Error::new(ErrorKind::Other,"Header and binding differ! Run with BINDGEN_OVERWRITE_EXPECTED=1 in the environment to automatically overwrite the expectation."))
0 commit comments