From cfa2d95588cbed507416d331b9540c7bb6f78a9d Mon Sep 17 00:00:00 2001 From: Quajak Date: Sun, 16 Sep 2018 17:25:51 +0200 Subject: [PATCH] Fixed ExceptionTests --- Tests/Kernels/Cosmos.Compiler.Tests.Exceptions/Kernel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Kernels/Cosmos.Compiler.Tests.Exceptions/Kernel.cs b/Tests/Kernels/Cosmos.Compiler.Tests.Exceptions/Kernel.cs index 81672b18a..1996895cf 100644 --- a/Tests/Kernels/Cosmos.Compiler.Tests.Exceptions/Kernel.cs +++ b/Tests/Kernels/Cosmos.Compiler.Tests.Exceptions/Kernel.cs @@ -27,7 +27,6 @@ namespace Cosmos.Compiler.Tests.Exceptions TestTryFinally.Execute(); - TestThrowInUsing(); TestSimpleException(); var xFilter = false;