Skip to content

Commit

Permalink
#52 - after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepami committed Jul 28, 2024
1 parent 691c927 commit 3ebe38b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion tests/HydraScript.Tests/Helpers/MockExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using HydraScript.Domain.BackEnd;
using HydraScript.Domain.BackEnd.Impl.Addresses;
using HydraScript.Domain.BackEnd.Impl.Instructions;
using Moq;

namespace HydraScript.Tests.Helpers;

Expand Down
1 change: 1 addition & 0 deletions tests/HydraScript.Tests/HydraScript.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using HydraScript.Domain.FrontEnd.Parser.Impl.Ast.Nodes;
using HydraScript.Domain.FrontEnd.Parser.Impl.Ast.Nodes.Declarations;
using HydraScript.Domain.IR.Impl.Symbols;
using Moq;
using Xunit;
using BlockStatement = HydraScript.Domain.FrontEnd.Parser.Impl.Ast.Nodes.Statements.BlockStatement;
using FunctionDeclaration = HydraScript.Domain.FrontEnd.Parser.Impl.Ast.Nodes.Declarations.AfterTypesAreLoaded.FunctionDeclaration;
Expand Down
1 change: 0 additions & 1 deletion tests/HydraScript.Tests/Unit/IR/SymbolTableTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using HydraScript.Domain.IR;
using HydraScript.Domain.IR.Impl;
using Moq;
using Xunit;

namespace HydraScript.Tests.Unit.IR;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using HydraScript.Infrastructure;
using HydraScript.Infrastructure.Logging;
using Microsoft.Extensions.Options;
using Moq;
using Xunit;

namespace HydraScript.Tests.Unit.Infrastructure;
Expand Down

0 comments on commit 3ebe38b

Please sign in to comment.