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 @@ -1370,17 +1370,13 @@ end
1370
1370
x, y = rand (), rand ()
1371
1371
result = f24852_kernel (x, y)
1372
1372
1373
- # TODO : The commented out tests here are the ones where `signature_for_inference_heuristics`
1374
- # is inflated; these tests cause segfaults. Probably due to incorrect CodeInfo
1375
- # construction/initialization happening somewhere...
1376
-
1377
1373
@test result === f24852_late_expr (x, y)
1378
1374
@test result === f24852_late_uninflated (x, y)
1379
- # @test result === f24852_late_inflated(x, y)
1375
+ @test result === f24852_late_inflated (x, y)
1380
1376
1381
1377
@test result === f24852_early_expr (x, y)
1382
1378
@test result === f24852_early_uninflated (x, y)
1383
- # @test result === f24852_early_inflated(x, y)
1379
+ @test result === f24852_early_inflated (x, y)
1384
1380
1385
1381
# TODO : test that `expand_early = true` + inflated `signature_for_inference_heuristics`
1386
1382
# can be used to tighten up some inference result.
You can’t perform that action at this time.
0 commit comments