mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-24 15:29:23 +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))
|
||||
}
|
||||
|
||||
test("Adresses in asm") {
|
||||
test("Addresses in asm") {
|
||||
EmuBenchmarkRun(
|
||||
"""
|
||||
| word output @$c000
|
||||
|
Loading…
Reference in New Issue
Block a user