File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/interprocedural/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2676,7 +2676,7 @@ let test_call_graph_of_define =
26762676 (* TODO(T105570363): Resolve calls with mixed function and methods. *)
26772677 labeled_test_case __FUNCTION__ __LINE__
26782678 @@ assert_call_graph_of_define
2679- ~_migrated_to_pyrefly:false
2679+ ~_migrated_to_pyrefly:true
26802680 ~cmp: DefineCallGraphForTest. equal_ignoring_types
26812681 ~source:
26822682 {|
@@ -2749,7 +2749,7 @@ let test_call_graph_of_define =
27492749 (* TODO(T105570363): Resolve calls with mixed function and constructors. *)
27502750 labeled_test_case __FUNCTION__ __LINE__
27512751 @@ assert_call_graph_of_define
2752- ~_migrated_to_pyrefly:false
2752+ ~_migrated_to_pyrefly:true
27532753 ~cmp: DefineCallGraphForTest. equal_ignoring_types
27542754 ~source:
27552755 {|
You can’t perform that action at this time.
0 commit comments