Skip to content

Commit 5b82f0d

Browse files
Tianhan Lumeta-codesync[bot]
authored andcommitted
Resolve init_targets and new_targets
Reviewed By: arthaud Differential Revision: D84642460 fbshipit-source-id: 07f27c660b80ed8bb95229436fcb64be422e1b88
1 parent 7ebf01f commit 5b82f0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/interprocedural/test/callGraphTest.ml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ let test_call_graph_of_define =
639639
();
640640
labeled_test_case __FUNCTION__ __LINE__
641641
@@ assert_call_graph_of_define
642+
~_is_migrated:true
642643
~source:
643644
{|
644645
class C:
@@ -673,6 +674,7 @@ let test_call_graph_of_define =
673674
();
674675
labeled_test_case __FUNCTION__ __LINE__
675676
@@ assert_call_graph_of_define
677+
~_is_migrated:true
676678
~source:{|
677679
def foo(x: str) -> int:
678680
return int(x)
@@ -704,6 +706,7 @@ let test_call_graph_of_define =
704706
();
705707
labeled_test_case __FUNCTION__ __LINE__
706708
@@ assert_call_graph_of_define
709+
~_is_migrated:true
707710
~source:
708711
{|
709712
class C:
@@ -738,6 +741,7 @@ let test_call_graph_of_define =
738741
();
739742
labeled_test_case __FUNCTION__ __LINE__
740743
@@ assert_call_graph_of_define
744+
~_is_migrated:true
741745
~source:
742746
{|
743747
from unknown import A
@@ -773,6 +777,7 @@ let test_call_graph_of_define =
773777
();
774778
labeled_test_case __FUNCTION__ __LINE__
775779
@@ assert_call_graph_of_define
780+
~_is_migrated:true
776781
~source:
777782
{|
778783
from unknown import A

0 commit comments

Comments
 (0)