Skip to content

Commit b6a8dee

Browse files
committed
Update tests to use ~~
1 parent 9b2356a commit b6a8dee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/build_tests/super_errors/expected/incorrect_tilde_usage.res.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
We've found a bug for you!
3-
/.../fixtures/incorrect_tilde_usage.res:2:10
3+
/.../fixtures/incorrect_tilde_usage.res:2:11
44

55
1 │ let x = []
6-
2 │ let _ = ~x
6+
2 │ let _ = ~~x
77
3 │
88

99
This has type: array<'a>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
let x = []
2-
let _ = ~x
2+
let _ = ~~x

0 commit comments

Comments
 (0)