Skip to content

Commit ec534e6

Browse files
committed
Deterministic random tests.
1 parent b682b2e commit ec534e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/haskell-str-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
(ert-deftest haskell-str-literal-decode-encode ()
8383
"Test whether decode+encode is the identity function."
84-
(random t)
84+
(random "c7430a4")
8585
;; some edge cases
8686
(dolist (s0 (list "\x0e\x48" ;; '\SO' 'H'
8787
"\x01" ;; '\SOH'

0 commit comments

Comments
 (0)