~charlie.poole/nunitv2/equality-handlers

« back to all changes in this revision

Viewing changes to src/NUnitFramework/tests/Syntax/ThrowsTests.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:
159
159
        }
160
160
 
161
161
        // TODO: Move these to AssertThat tests
162
 
#if NET_2_0
 
162
#if CLR_2_0
163
163
#if CS_3_0
164
164
        [Test]
165
165
        public void DelegateThrowsException()