1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

fix up EvalError in tests

Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
This commit is contained in:
joshvera 2018-11-14 19:19:42 -05:00
parent 8a4aa24889
commit 680681f944

View File

@ -114,7 +114,7 @@ type TestEvaluatingErrors term
= '[ BaseError (AddressError Precise (Val term))
, BaseError (ValueError term Precise)
, BaseError ResolutionError
, BaseError EvalError
, BaseError (EvalError Precise (Val term))
, BaseError (HeapError Precise)
, BaseError (ScopeError Precise)
, BaseError (UnspecializedError (Val term))