From 0600f3eff57b1a378bb888ae52156d7eee9f53ce Mon Sep 17 00:00:00 2001 From: Don Syme Date: Fri, 10 Apr 2015 16:52:21 +0200 Subject: [PATCH] update to force appveyor --- vsintegration/src/unittests/Tests.Watson.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsintegration/src/unittests/Tests.Watson.fs b/vsintegration/src/unittests/Tests.Watson.fs index 1950f09f084..1b99c72d3d0 100644 --- a/vsintegration/src/unittests/Tests.Watson.fs +++ b/vsintegration/src/unittests/Tests.Watson.fs @@ -43,7 +43,7 @@ type Check = Assert.Fail("The correct callstack was not reported to watson.") finally #if DEBUG - Microsoft.FSharp.Compiler.CompileOps.FullCompiler.showAssertForUnexpectedException := true + Microsoft.FSharp.Compiler.CompileOps.FullCompiler.showAssertForUnexpectedException := true #endif File.Delete("watson-test.fs")