Skip to content

Commit 3fae582

Browse files
authored
Add some missing parentheses in the conformance tests (#7254)
1 parent 0536be4 commit 3fae582

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Tag cannot exceeed 2^64-1 = maxBound :: Word64
22
(program 1.1.0
3-
(constr 18446744073709551616 (con string "Maximum tag plus one") (con unit ())
3+
(constr 18446744073709551616 (con string "Maximum tag plus one") (con unit ()))
44
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Version check fails before tag check
22
(program 1.0.0
3-
(constr 18446744073709551616 (con string "Maximum tag plus one") (con unit ())
3+
(constr 18446744073709551616 (con string "Maximum tag plus one") (con unit ()))
44
)

0 commit comments

Comments
 (0)