Skip to content

Commit f8dab3a

Browse files
committed
test: Fix test. rs=test
1 parent ca3bc64 commit f8dab3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/pretty/blank-lines.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// pp-exact
12-
fn f() -> [int * 3] {
12+
fn f() -> [int, ..3] {
1313
let picard = 0;
1414

1515
let data = 1;

0 commit comments

Comments
 (0)