Skip to content

Commit ceb0717

Browse files
committed
Put LazyCodegen tests outside of error tests.
1 parent 77ec7ce commit ceb0717

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/native.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,10 @@ end
283283
end
284284
end
285285

286+
end
287+
288+
############################################################################################
289+
286290
@testset "LazyCodegen" begin
287291
import .LazyCodegen: call_delayed
288292

@@ -331,8 +335,6 @@ end
331335
@test call_delayed(complex, 1.0, 2.0) == 1.0+2.0im
332336
end
333337

334-
end
335-
336338
############################################################################################
337339

338340
@testset "overrides" begin

0 commit comments

Comments
 (0)