We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e552319 commit b982ecfCopy full SHA for b982ecf
src/tools/compiletest/src/header.rs
@@ -832,7 +832,8 @@ pub fn lldb_version_to_int(version_string: &str) -> isize {
832
833
#[test]
834
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"));
+ assert_eq!(Some("foo.rs".to_owned()),
836
+ internal_parse_name_value_directive("aux-build:foo.rs", "aux-build"));
837
assert_eq!(None, internal_parse_name_value_directive("faux-build:foo.rs", "aux-build"));
838
}
839
0 commit comments