You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior (assuming your compiler implementation is correct)
All tests should pass
Cause
compiler-tests-suite expect to read the expected output from some .res file, for examplevar_test_4.res, otherwise it will assume the expected output should be 42.
Workaround
In the check-passes-suite function, add the following before (let loop ([passes passes]