Skip to content

Commit 71fc50c

Browse files
committed
Update test
1 parent 9a55919 commit 71fc50c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jscomp/syntax/tests/printer/expr/expected/dict.res.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ let x = dict{"foo": "bar"}
77
// two values
88
let x = dict{"foo": "bar", "bar": "baz"}
99

10-
// punning
1110
let baz = "foo"
1211
let x = dict{"foo": "bar", "bar": "baz", "baz": baz}
1312

0 commit comments

Comments
 (0)