Skip to content

Commit 92aea47

Browse files
author
SReject
committed
Fixing test
1 parent ac84149 commit 92aea47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/JSON for mIRC - Tests.mrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ alias -l jfm_test {
8383
if (%err == $null) {
8484
return %testnum /JSONOpen -q : Failed to report error (SWITCH_INVALID)
8585
}
86-
if (SWITCH_INVALID:* !iswm %err) {
86+
if (SWITCH_INVALID !iswm %err) {
8787
return %testnum /JSONOpen -q : Reported incorrect error: $v2
8888
}
8989
$(%echo,2) /JSONOpen -q : Passed Check: SWITCH_INVALID

0 commit comments

Comments
 (0)