Skip to content

Commit bfd8ac4

Browse files
jfecheraakoshh
authored andcommitted
Remove old test
1 parent 60703a7 commit bfd8ac4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tooling/nargo_fmt/src/formatter/expression.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,13 +1567,6 @@ mod tests {
15671567
assert_format(src, expected);
15681568
}
15691569

1570-
#[test]
1571-
fn format_old_vector_syntax() {
1572-
let src = "global x = &[ 1 , 2 , 3 , ] ;";
1573-
let expected = "global x = @[1, 2, 3];\n";
1574-
assert_format(src, expected);
1575-
}
1576-
15771570
#[test]
15781571
fn format_repeated_array() {
15791572
let src = "global x = [ 1 ; 3 ] ;";

0 commit comments

Comments
 (0)