We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ec7ce commit ceb0717Copy full SHA for ceb0717
test/native.jl
@@ -283,6 +283,10 @@ end
283
end
284
285
286
+end
287
+
288
+############################################################################################
289
290
@testset "LazyCodegen" begin
291
import .LazyCodegen: call_delayed
292
@@ -331,8 +335,6 @@ end
331
335
@test call_delayed(complex, 1.0, 2.0) == 1.0+2.0im
332
336
333
337
334
-end
-
338
############################################################################################
339
340
@testset "overrides" begin
0 commit comments