Skip to content

Commit

Permalink
Rename failing tests with correct prefix
Browse files Browse the repository at this point in the history
These were incorrectly marked as ‘fail_’ rather than ‘pass_’
  • Loading branch information
brendanzab committed Oct 19, 2020
1 parent e952ce9 commit 753bde2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fathom-test/src/lib.rs
Expand Up @@ -77,7 +77,6 @@ mod r#struct {
test!(pass_empty_doc, "struct/pass_empty_doc.fathom");
test!(pass_if_else_type_item, "struct/pass_if_else_type_item.fathom");
test!(pass_if_else_type_item_item, "struct/pass_if_else_type_item_item.fathom");
test!(pass_mixed_format_host, "struct/pass_mixed_format_host.fathom");
test!(pass_pair, "struct/pass_pair.fathom");
test!(pass_singleton, "struct/pass_singleton.fathom");
test!(pass_var, "struct/pass_var.fathom");
Expand All @@ -87,5 +86,6 @@ mod r#struct {
test!(fail_missing_closing_brace, "struct/fail_missing_closing_brace.fathom");
test!(fail_missing_fields, "struct/fail_missing_fields.fathom");
test!(fail_missing_name, "struct/fail_missing_name.fathom");
test!(fail_mixed_format_host, "struct/fail_mixed_format_host.fathom");
test!(fail_undefined_field, "struct/fail_undefined_field.fathom");
}

0 comments on commit 753bde2

Please sign in to comment.