From 57bf3758d13e6003f3b5d5c88775f0d05624958b Mon Sep 17 00:00:00 2001 From: nojaf Date: Mon, 27 Nov 2023 13:44:19 +0100 Subject: [PATCH] Fix namespace in Compiler Tests. --- tests/Integration/Compiler/Util/Compiler.fs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/Integration/Compiler/Util/Compiler.fs b/tests/Integration/Compiler/Util/Compiler.fs index bea40d0f67..26b1bc3453 100644 --- a/tests/Integration/Compiler/Util/Compiler.fs +++ b/tests/Integration/Compiler/Util/Compiler.fs @@ -1,13 +1,10 @@ namespace Fable.Tests.Compiler.Util open System -open FSharp.Compiler.CodeAnalysis -open FSharp.Compiler.Diagnostics -open FSharp.Compiler.SourceCodeServices open Fable -open Fable.Cli open Fable.Cli.Main open Fable.Transforms.State +open Fable.Compiler.Util module Compiler =