Fixed a test that was labelled with the wrong expectation
This commit is contained in:
parent
05c87e6935
commit
e87e83f073
|
@ -17,7 +17,7 @@ PROC m()
|
||||||
%FAIL Val abbreviation, used improperly 2
|
%FAIL Val abbreviation, used improperly 2
|
||||||
VAL INT z IS x:
|
VAL INT z IS x:
|
||||||
x := 3
|
x := 3
|
||||||
%FAIL Val abbreviation, used properly
|
%PASS Val abbreviation, used properly
|
||||||
VAL INT z IS x:
|
VAL INT z IS x:
|
||||||
INT y:
|
INT y:
|
||||||
y := z
|
y := z
|
||||||
|
|
Loading…
Reference in New Issue
Block a user