mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-10 01:25:31 +00:00
Fix typo in test
This commit is contained in:
@@ -96,7 +96,7 @@ class AssemblySuite extends FunSuite with Matchers {
|
|||||||
""".stripMargin)(_.readByte(0xc000) should equal(5))
|
""".stripMargin)(_.readByte(0xc000) should equal(5))
|
||||||
}
|
}
|
||||||
|
|
||||||
test("Adresses in asm") {
|
test("Addresses in asm") {
|
||||||
EmuBenchmarkRun(
|
EmuBenchmarkRun(
|
||||||
"""
|
"""
|
||||||
| word output @$c000
|
| word output @$c000
|
||||||
|
Reference in New Issue
Block a user