Skip to content

Commit 94c3622

Browse files
committed
1 parent 009b6d6 commit 94c3622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/units/series-test.r3

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ Rebol [
611611
--assert 4 = forall data [data/1]
612612
--assert data = [2 3 4]
613613

614-
;@@ https://github.com/Oldes/Rebol-issues/issues/2331
614+
;@@ https://github.com/Oldes/Rebol-issues/issues/2332
615615
--test-- "Escaping from FORALL loop using THROW"
616616
data: [1 2 3 4]
617617
--assert "yes" = catch [forall data [if data/1 = 3 [throw "yes"]]]

0 commit comments

Comments
 (0)