Skip to content

Commit 1e79f60

Browse files
committed
test: Now RefCell already borrowed
1 parent a7ad623 commit 1e79f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-module/tests/main.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
;; FIX: Don't rely on error's string representation.
276276
(should (equal (cdr (should-error (t/ref-cell-unwrap-and-call r (lambda () (t/ref-cell-inc r)))
277277
:type 'rust-error))
278-
'("already borrowed")))))
278+
'("RefCell already borrowed")))))
279279

280280
(ert-deftest transfer::type-check ()
281281
(should-error (t/ref-cell-inc (t/vector-make 1 2))

0 commit comments

Comments
 (0)