exercism/x86-64-assembly

Concept exercise 'basics' reports failure online

Closed this issue · 1 comments

My solution, and the exemplar solution, succeeds locally, but after submitting from the command line, the website reports that the iteration failed.

The website reports

We received the following error when we ran your code:

with nothing more.

We should use the same unit testing framework as is used by the practice exercises.

Note that issues #129 and #95 remain, to be addressed after this issue.

Solved by #255 - porting the exercise to use the same Unity unit testing framework as is used by the practice exercises.