File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1381,17 +1381,13 @@ end
1381
1381
x, y = rand (), rand ()
1382
1382
result = f24852_kernel (x, y)
1383
1383
1384
- # TODO : The commented out tests here are the ones where `signature_for_inference_heuristics`
1385
- # is inflated; these tests cause segfaults. Probably due to incorrect CodeInfo
1386
- # construction/initialization happening somewhere...
1387
-
1388
1384
@test result === f24852_late_expr (x, y)
1389
1385
@test result === f24852_late_uninflated (x, y)
1390
- # @test result === f24852_late_inflated(x, y)
1386
+ @test result === f24852_late_inflated (x, y)
1391
1387
1392
1388
@test result === f24852_early_expr (x, y)
1393
1389
@test result === f24852_early_uninflated (x, y)
1394
- # @test result === f24852_early_inflated(x, y)
1390
+ @test result === f24852_early_inflated (x, y)
1395
1391
1396
1392
# TODO : test that `expand_early = true` + inflated `signature_for_inference_heuristics`
1397
1393
# can be used to tighten up some inference result.
You can’t perform that action at this time.
0 commit comments