Skip to content

Commit 514421c

Browse files
committed
Fixed typo in a test
1 parent 78f683b commit 514421c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/units/evaluation-test.r3

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ Rebol [
768768
num == 1 ;- note that num was incremented!
769769
]
770770
--assert all [
771-
nnum: 0
771+
num: 0
772772
for i 1 1 1 [num: num + 1]
773773
num == 1 ;- also incremented
774774
]

0 commit comments

Comments
 (0)