Skip to content

Commit 74e7da7

Browse files
committed
remove accidental add
1 parent 6816191 commit 74e7da7

File tree

1 file changed

+0
-19
lines changed
  • compiler/qsc_frontend/src/typeck

1 file changed

+0
-19
lines changed

compiler/qsc_frontend/src/typeck/tests.rs

-19
Original file line numberDiff line numberDiff line change
@@ -4695,22 +4695,3 @@ fn field_access_not_ident() {
46954695
"##]],
46964696
);
46974697
}
4698-
4699-
#[test]
4700-
// ref issue #2153
4701-
fn struct_syntax_single_field() {
4702-
check(
4703-
indoc! {"
4704-
namespace A {
4705-
struct B { C : Int }
4706-
function Foo() : Unit {
4707-
let b = B(5);
4708-
4709-
}
4710-
}
4711-
"},
4712-
"",
4713-
&expect![[r##"
4714-
"##]],
4715-
);
4716-
}

0 commit comments

Comments
 (0)