Remove compile warnings
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user