Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Remove more bitrot to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
chkn committed Dec 5, 2011
1 parent ce9d2e2 commit 8f2dbdc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 121 deletions.
3 changes: 1 addition & 2 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ MANAGED = \
FieldTests.cs \
InheritanceTests.cs \
ManglingTests.cs \
MarshalingTests.cs \
Support/CppNUnitAsserts.cs
MarshalingTests.cs

REFERENCES = \
-pkg:mono-nunit
Expand Down
2 changes: 0 additions & 2 deletions tests/MarshalingTests.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using NUnit.Framework;

using Tests.Support;

namespace Tests {

[TestFixture]
Expand Down
116 changes: 0 additions & 116 deletions tests/Support/CppNUnitAsserts.cs

This file was deleted.

1 change: 0 additions & 1 deletion tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Compile Include="Support\CppNUnitAsserts.cs" />
<Compile Include="MarshalingTests.cs" />
<Compile Include="InheritanceTests.cs" />
<Compile Include="FieldTests.cs" />
Expand Down

0 comments on commit 8f2dbdc

Please sign in to comment.