Skip to content

Commit d77e5e6

Browse files
committed
Update test files
1 parent 10a878a commit d77e5e6

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

tests/tests/src/condition_compilation_test.res

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ type open_flag =
1515
| O_DSYNC
1616
| O_SYNC
1717
| O_RSYNC
18-
1918
| O_SHARE_DELETE
20-
2119
| O_CLOEXEC
22-
2320
| O_KEEPEXEC
2421

2522
let vv = 3

tests/tests/src/gpr_1822_test.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ let eq = (loc, x, y) => {
1111

1212
type shape =
1313
| Circle(int)
14-
1514
| Rectangle(int, int)
1615

1716
let myShape = Circle(10)

tests/tests/src/test_seq.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ type rec spec =
2929
| Set_float(ref<float>) /* Set the reference to the float argument */
3030
| Tuple(list<spec>) /* Take several arguments according to the
3131
spec list */
32-
3332
| Symbol(list<string>, string => unit)
3433
/* Take one of the symbols as argument and
3534
call the function with the symbol. */

0 commit comments

Comments
 (0)