mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-12 03:30:09 +00:00
Fix typo in test
This commit is contained in:
parent
462041e8f4
commit
74dbca1f53
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user