From 3814a90808481efb65794504fb2669556374e3ac Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Sun, 11 Dec 2022 09:09:48 +0000 Subject: [PATCH] Remove Test program.fs --- .../FSharp.Control.TaskSeq.SmokeTests.fsproj | 4 ---- src/FSharp.Control.TaskSeq.SmokeTests/Program.fs | 1 - .../FSharp.Control.TaskSeq.Test.fsproj | 4 ---- src/FSharp.Control.TaskSeq.Test/Program.fs | 3 --- 4 files changed, 12 deletions(-) delete mode 100644 src/FSharp.Control.TaskSeq.SmokeTests/Program.fs delete mode 100644 src/FSharp.Control.TaskSeq.Test/Program.fs diff --git a/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj b/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj index 4ef3120b..9acf172c 100644 --- a/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj +++ b/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj @@ -2,9 +2,6 @@ net6.0 - - false - false @@ -13,7 +10,6 @@ - diff --git a/src/FSharp.Control.TaskSeq.SmokeTests/Program.fs b/src/FSharp.Control.TaskSeq.SmokeTests/Program.fs deleted file mode 100644 index 0695f84c..00000000 --- a/src/FSharp.Control.TaskSeq.SmokeTests/Program.fs +++ /dev/null @@ -1 +0,0 @@ -module Program = let [] main _ = 0 diff --git a/src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj b/src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj index 611663b8..86f1f858 100644 --- a/src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj +++ b/src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj @@ -2,9 +2,6 @@ net6.0 - - false - false @@ -51,7 +48,6 @@ - diff --git a/src/FSharp.Control.TaskSeq.Test/Program.fs b/src/FSharp.Control.TaskSeq.Test/Program.fs deleted file mode 100644 index 80c6d842..00000000 --- a/src/FSharp.Control.TaskSeq.Test/Program.fs +++ /dev/null @@ -1,3 +0,0 @@ -module Program = - [] - let main _ = 0