Skip to content

Commit 3a5004f

Browse files
KevinRansombaronfel
authored andcommitted
A bunch of tests were incorrect
1 parent 1385c19 commit 3a5004f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/absil/il.fs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ type ILVersionInfo =
309309
new (major, minor, build, revision) =
310310
{ Major = major; Minor = minor; Build = build; Revision = revision }
311311

312+
/// For debugging
313+
override x.ToString() = sprintf "ILVersionInfo: %u %u %u %u" (x.Major) (x.Minor) (x.Build) (x.Revision)
314+
315+
312316
type Locale = string
313317

314318
[<StructuralEquality; StructuralComparison>]

0 commit comments

Comments
 (0)