Skip to content

Commit 6f7d01e

Browse files
committed
🚨 all the tests now passing
1 parent ca6bb17 commit 6f7d01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftPascalInterpreter/SwiftPascalInterpreterTests/InterpreterTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ class InterpreterTests: XCTestCase {
6666
let interpeter = Interpreter(program)
6767
interpeter.interpret()
6868
let state = interpeter.getState()
69-
XCTAssert(state == ["b": 25, "number": 2, "a": 2, "x": 11, "c": 27])
69+
XCTAssert(state == ["b": 25, "y": 5, "a": 2])
7070
}
7171
}

0 commit comments

Comments
 (0)