aboutsummaryrefslogtreecommitdiffstats
path: root/3-compiler-test_deliverable.md
diff options
context:
space:
mode:
authorDavid Thomas <m8pple@github.com>2017-03-09 16:56:20 +0000
committerDavid Thomas <m8pple@github.com>2017-03-09 16:56:20 +0000
commitddfb2e17f0fcc5ba9a4c944b4a9e3d4489426a71 (patch)
treea24b41a0a3f032ab6a099ccc11c29ec2b4c4f13e /3-compiler-test_deliverable.md
parentf3c05309d4f72d33560b79524f8639013bc60b4e (diff)
downloadCompiler-ddfb2e17f0fcc5ba9a4c944b4a9e3d4489426a71.tar.gz
Compiler-ddfb2e17f0fcc5ba9a4c944b4a9e3d4489426a71.zip
Updated spec about 0==success (!)
Diffstat (limited to '3-compiler-test_deliverable.md')
-rw-r--r--3-compiler-test_deliverable.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/3-compiler-test_deliverable.md b/3-compiler-test_deliverable.md
index 03a8817..b49d90a 100644
--- a/3-compiler-test_deliverable.md
+++ b/3-compiler-test_deliverable.md
@@ -60,7 +60,7 @@ The testing process for a test-case is then:
4 - Run the executable under QEMU
-5 - If the executable returns 1 (via `$?` in the shell), then the test-case has passed.
+5 - If the executable returns 0 (via `$?` in the shell), then the test-case has passed.
If any of these steps fail, then either the test-case is malformed,
or the compiler under test is not generating correct code.