Fix tests on windows (hopefully)

This commit is contained in:
Iavor Diatchki 2022-02-07 11:15:49 -08:00
parent 5a55e31585
commit 800f1e0cfe
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Loading module Cryptol
Parse error at .\T14\Main.cry:3:9,
Parse error at T14\Main.cry:3:9,
unexpected: MalformedUtf8

View File

@ -3,7 +3,7 @@ Loading module Cryptol
Loading module T16::A
Loading module T16::B
[error] at .\T16\B.cry:5:5--5:11
[error] at T16\B.cry:5:5--5:11
Multiple definitions for symbol: update
(at Cryptol:899:11--899:17, update)
(at .\T16\A.cry:3:1--3:7, T16::A::update)
(at T16\A.cry:3:1--3:7, T16::A::update)

View File

@ -4,7 +4,7 @@ Loading module T18::A
Loading module T18::A1
Loading module T18::B
[error] at .\T18\B.cry:6:5--6:6
[error] at T18\B.cry:6:5--6:6
Multiple definitions for symbol: u
(at .\T18\A.cry:3:1--3:2, T18::A::u)
(at .\T18\A1.cry:3:1--3:2, T18::A1::u)
(at T18\A.cry:3:1--3:2, T18::A::u)
(at T18\A1.cry:3:1--3:2, T18::A1::u)