Skip to content

Commit 1d439c8

Browse files
committed
Try to fix libclang-5 tests.
1 parent 0645418 commit 1d439c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/expectations/tests/libclang-5/inline_namespace_nested.rs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ fn compare_generated_header(
251251
let actual = bindings.to_string();
252252
rustfmt(actual)
253253
}
254-
Err(_) => ("<error generating bindings>".to_string(), "".to_string()),
254+
Err(_) => ("/* error generating bindings */".into(), "".to_string()),
255255
};
256256
println!("{}", rustfmt_stderr);
257257

0 commit comments

Comments
 (0)