Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
neonWhiteout committed Sep 1, 2023
1 parent 8a1ac79 commit 689ca38
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/Syntax.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ using StockFlow.Syntax: is_binop_or_unary, sum_variables, infix_expression_to_bi
include("Composition.jl")
end

@testset "Composition DSL" begin
include("Composition.jl")
end

@testset "is_binop_or_unary recognises binops" begin
@test is_binop_or_unary(:(a + b))
@test is_binop_or_unary(:(f(a, b)))
Expand Down

0 comments on commit 689ca38

Please sign in to comment.