Fix a pprint test for fixed-length vecs
This commit is contained in:
parent
ac81fff229
commit
684d945ab7
@ -1,5 +1,5 @@
|
||||
// pp-exact
|
||||
fn f() -> [int]/3 {
|
||||
fn f() -> [int * 3] {
|
||||
let picard = 0;
|
||||
|
||||
let data = 1;
|
||||
@ -7,7 +7,7 @@ fn f() -> [int]/3 {
|
||||
let worf = 2;
|
||||
|
||||
|
||||
let enterprise = [picard, data, worf]/_;
|
||||
let enterprise = [picard, data, worf];
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user