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 49e30fe commit ebf7e2eCopy full SHA for ebf7e2e
test/test_description.jl
@@ -9,11 +9,12 @@ function test_description()
9
@test descriptions[2] == (:b,)
10
end
11
12
- # Type stability test for adding descriptions using the is_inferred macro
13
- @testset "Add Descriptions Type Stability" begin
14
- @test_opt CTBase.add((), (:a,))
15
- @test_inferred CTBase.add((), (:a,))
16
- end
+ # # Type stability test for adding descriptions using the is_inferred macro
+ # Needs JET
+ # @testset "Add Descriptions Type Stability" begin
+ # @test_opt CTBase.add((), (:a,))
+ # @test_inferred CTBase.add((), (:a,))
17
+ # end
18
19
# Test building algorithm descriptions and completing partial descriptions
20
@testset "Complete Descriptions with Algorithms" begin
0 commit comments