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