~charlie.poole/nunitv2/equality-handlers

« back to all changes in this revision

Viewing changes to src/NUnitFramework/tests/Syntax/TypeConstraints.cs

  • Committer: Charlie Poole
  • Date: 2011-03-29 21:54:46 UTC
  • mfrom: (3257.4.15 standalone-editor)
  • Revision ID: charlie@nunit.org-20110329215446-pu1r6okg4www4zat
Remove integrated project editor and substitute new standalone editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        }
100
100
    }
101
101
 
102
 
#if NET_2_0
 
102
#if CLR_2_0
103
103
    [TestFixture]
104
104
    public class ExactTypeTest_Generic : SyntaxTest
105
105
    {