aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-06-14 21:18:14 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2018-06-14 21:18:14 +0100
commitcf0f98348c5f4df57d3adb44418cc2911e7b37b7 (patch)
tree8ee74dfcbd402e7966f8e57440a54ba34d35d899 /src/test
parent1d66a2c79cf98970ee80cbb1fe4262fa95c885dd (diff)
downloadKGB-cf0f98348c5f4df57d3adb44418cc2911e7b37b7.tar.xz
KGB-cf0f98348c5f4df57d3adb44418cc2911e7b37b7.zip
Make a start on opcodes
Diffstat (limited to 'src/test')
-rw-r--r--src/test/kotlin/RegisterTest.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/kotlin/RegisterTest.kt b/src/test/kotlin/RegisterTest.kt
index 53daa2a..7b9188c 100644
--- a/src/test/kotlin/RegisterTest.kt
+++ b/src/test/kotlin/RegisterTest.kt
@@ -1,3 +1,4 @@
+import cpu.Registers
import io.kotlintest.shouldBe
import io.kotlintest.shouldThrow
import io.kotlintest.specs.StringSpec