Skip to content

Commit b982ecf

Browse files
committed
tidy up
1 parent e552319 commit b982ecf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/compiletest/src/header.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,8 @@ pub fn lldb_version_to_int(version_string: &str) -> isize {
832832

833833
#[test]
834834
fn test_parse_name_value_directive() {
835-
assert_eq!(Some("foo.rs".to_owned()), internal_parse_name_value_directive("aux-build:foo.rs", "aux-build"));
835+
assert_eq!(Some("foo.rs".to_owned()),
836+
internal_parse_name_value_directive("aux-build:foo.rs", "aux-build"));
836837
assert_eq!(None, internal_parse_name_value_directive("faux-build:foo.rs", "aux-build"));
837838
}
838839

0 commit comments

Comments
 (0)