Add server-mac-x64 definition

Summary: Just this one for now as I can actually test that this works.

Reviewed By: lblasa

Differential Revision: D35902244

fbshipit-source-id: 9914c58968b4f9dfd25be7afaf6d89dffaad294a
This commit is contained in:
Pascal Hartig
2022-04-26 03:29:40 -07:00
committed by Facebook GitHub Bot
parent bb936aaf0f
commit b4bddcb7de
2 changed files with 12 additions and 1 deletions

View File

@@ -393,7 +393,7 @@ mod test {
fn test_included_packlist_parses() {
let res: PackList =
serde_yaml::from_str(DEFAULT_PACKLIST).expect("Default packlist doesn't deserialize");
assert_eq!(res.0.len(), 3);
assert_eq!(res.0.len(), 4);
}
#[test]