Skip to content

Commit 2ebf0fc

Browse files
committed
fix build
1 parent 82eac8b commit 2ebf0fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vsintegration/src/unittests/Tests.ProjectSystem.Miscellaneous.fs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,6 @@ type Miscellaneous() =
330330
AssertEqual 1 (List.length errors)
331331
)
332332

333-
334-
#if NUNIT_V2
335-
336333
member public this.``DebuggingDLLFailsFunc``() =
337334
this.MakeProjectAndDoWithProjectFileAndConfigChangeNotifier(["foo.fs"], [],
338335
this.MSBuildProjectBoilerplate "Library",
@@ -348,6 +345,7 @@ type Miscellaneous() =
348345
()
349346
))
350347

348+
#if NUNIT_V2
351349
[<Test>][<ExpectedException (typeof<ClassLibraryCannotBeStartedDirectlyException>)>]
352350
member public this.``DebuggingDLLFails``() = this.``DebuggingDLLFailsFunc``()
353351
#else

0 commit comments

Comments
 (0)