typo in readme

This commit is contained in:
wgroeneveld 2019-01-11 14:32:35 +01:00
parent 459801389b
commit 836072cdfd
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ opbtest acutally replaces the statement with `load s0, 4`, so no actual input st
### Debugging Tests
Somethings, a failing test does not clearly indicate the underlying problem. The Assembly source file is not the same source code as the code that is simulated to get to this result.
Sometimes, a failing test does not clearly indicate the underlying problem. The Assembly source file is not the same source code as the code that is simulated to get to this result.
For example, when mocking, parts are replaced, and when registers are setup, extra loads are done. If you want to take a look at the Assembly file to be compiled and interpreted, add the following to your `setUp` testcase:
```python