Skip to content

Commit 3c1d3d4

Browse files
committed
TEST: fix wrong test specifications
1 parent b781296 commit 3c1d3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tests/units/crash-test.r3

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Rebol [
138138

139139
--test-- {#[map! 0]}
140140
;@@ https://github.com/Oldes/Rebol-issues/issues/940
141-
--assert error? try [#[map! 0]] ;- no crash
141+
--assert error? try [load {#[map! 0]}] ;- no crash
142142

143143
===end-group===
144144

src/tests/units/lexer-test.r3

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Rebol [
9393
exists? dir: join system/options/path %../../src/tests/units/files/
9494
]
9595
save dir/tmp.data reduce [1 data]
96-
exe: rejoin [system/options/home last split-path system/options/boot]
96+
exe: system/options/boot
9797

9898
;@@ CALL seems not to work same on all OSes :-(
9999
either system/version/4 = 3 [

0 commit comments

Comments
 (0)