Skip to content

Commit d002cf4

Browse files
committed
Fix instance builder tests - missing fsharp using
1 parent 8d91fb0 commit d002cf4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/CommandLine.Tests/Unit/Core/InstanceBuilderTests.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44
using System.Collections.Generic;
55
using System.Globalization;
66
using System.Linq;
7-
7+
using Microsoft.FSharp.Core;
88
using CommandLine.Core;
99
using CommandLine.Infrastructure;
10-
using CommandLine.Tests.Fakes;
1110

1211
using CSharpx;
13-
12+
using CommandLine.Tests.Fakes;
1413
using FluentAssertions;
15-
1614
using Xunit;
15+
using System.Reflection;
1716

1817
namespace CommandLine.Tests.Unit.Core
1918
{

0 commit comments

Comments
 (0)