From 4f4c3c288f01abc97eedb4976bd5a8cf6e5b8b37 Mon Sep 17 00:00:00 2001 From: Ademar Gonzalez Date: Thu, 26 Nov 2015 11:13:15 -0500 Subject: [PATCH] disable invalid test When MarkdownComments is false we want to render all comments. --- tests/FSharp.MetadataFormat.Tests/Tests.fs | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 tests/FSharp.MetadataFormat.Tests/Tests.fs diff --git a/tests/FSharp.MetadataFormat.Tests/Tests.fs b/tests/FSharp.MetadataFormat.Tests/Tests.fs old mode 100644 new mode 100755 index 0213a895f..8abdf5b5f --- a/tests/FSharp.MetadataFormat.Tests/Tests.fs +++ b/tests/FSharp.MetadataFormat.Tests/Tests.fs @@ -428,6 +428,7 @@ open System.Diagnostics open FSharp.Formatting.Common [] +[] let ``MetadataFormat omit works without markdown``() = let binDir = root @@ "files/FsLib/bin/Debug" let library = binDir @@ "FsLib2.dll"