1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 18:31:53 +00:00

This test isn't actually 65816-compatible.

This commit is contained in:
Thomas Harte 2020-10-10 18:19:48 -04:00
parent 6892ac13e8
commit 486324ecab

View File

@ -134,8 +134,5 @@ class KlausDormannTests: XCTestCase {
runTest65C02(processor: .processor65C02) runTest65C02(processor: .processor65C02)
} }
/// Runs Klaus Dormann's 65C02 tests on a 65816. /* Dormann's 65C02 tests aren't applicable to the 65816; e.g. they test BBR/BBS, which the 65816 doesn't implement. */
func test65816As65C02() {
runTest65C02(processor: .processor65816)
}
} }