Remove compile warnings

master
Peter 7 years ago
parent 4ee98ff5fa
commit 0ad73c41d9

@ -123,8 +123,8 @@ class Day10: AOCDay {
"""
func testAlignInit() {
var algn = Align(withString: testData)
algn = Align(withFile: "/home/peterr/AOC2018/Sources/AOC2018/data/day10.txt")
let _ = Align(withString: testData)
let _ = Align(withFile: "/home/peterr/AOC2018/Sources/AOC2018/data/day10.txt")
}
func testAdvanceTime() {

Loading…
Cancel
Save