Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 7, 2024
1 parent 33f9f03 commit c1908bb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions compiler-core/src/parse/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1561,20 +1561,6 @@ pub type A() {
);
}

#[test]
fn deprecation_attribute_on_all_type_variants() {
assert_module_error!(
r#"
type Wibble {
@deprecated("1")
Wibble1
@deprecated("2")
Wibble2
}
"#
);
}

#[test]
fn missing_type_constructor_arguments_in_type_annotation_1() {
assert_module_error!("pub fn main() -> Int() {}");
Expand Down

0 comments on commit c1908bb

Please sign in to comment.