We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b682b2e commit ec534e6Copy full SHA for ec534e6
tests/haskell-str-tests.el
@@ -81,7 +81,7 @@
81
82
(ert-deftest haskell-str-literal-decode-encode ()
83
"Test whether decode+encode is the identity function."
84
- (random t)
+ (random "c7430a4")
85
;; some edge cases
86
(dolist (s0 (list "\x0e\x48" ;; '\SO' 'H'
87
"\x01" ;; '\SOH'
0 commit comments