Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
Move nunit.framework.* to Util/NUnit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhardy committed Feb 3, 2011
1 parent cb0784c commit 2f76628
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Runtime/Tests/HostingTest/HostingTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<Reference Include="Microsoft.CSharp" />
<Reference Include="nunit.framework, Version=2.5.9.10348, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\nunit.framework.dll</HintPath>
<HintPath>..\..\..\Util\NUnit\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
Expand Down
2 changes: 0 additions & 2 deletions Runtime/Tests/HostingTest/ScriptEngineTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
using Microsoft.Scripting.Runtime;
using NUnit.Framework;
using System.Dynamic;
using NUnit.Framework;


namespace HostingTest {
/// <summary>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2f76628

Please sign in to comment.