Skip to content

Commit

Permalink
Fix namespace in Compiler Tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 27, 2023
1 parent 637c395 commit 57bf375
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/Integration/Compiler/Util/Compiler.fs
Original file line number Diff line number Diff line change
@@ -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 =

Expand Down

0 comments on commit 57bf375

Please sign in to comment.