Skip to content

Commit aa4759e

Browse files
WIP revert
1 parent 1a41fd8 commit aa4759e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ILSpy.Tests/CommandLineArgumentsTests.cs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using System;
22

3-
using Shouldly;
4-
53
using ICSharpCode.ILSpy.AppEnv;
64

75
using NUnit.Framework;
86

7+
using Shouldly;
8+
99
namespace ICSharpCode.ILSpy.Tests
1010
{
1111
[TestFixture]
@@ -123,5 +123,11 @@ public void PassAtFileArguments()
123123
cmdLineArgs.NoActivate.ShouldBeTrue();
124124
cmdLineArgs.AssembliesToLoad.Count.ShouldBe(3);
125125
}
126+
127+
[Test]
128+
public void Fail()
129+
{
130+
Assert.Fail();
131+
}
126132
}
127133
}

0 commit comments

Comments
 (0)