Skip to content

Commit 644d0dc

Browse files
committed
fix incorrect method call
1 parent 57eeead commit 644d0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/analysis/measure_id/test_measure_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def test():
314314
return is_zero_bools, is_one_bools, is_lost_bools
315315

316316
Flatten(test.dialects).fixpoint(test)
317-
frame, _ = MeasurementIDAnalysis(test.dialects).run_analysis(test)
317+
frame, _ = MeasurementIDAnalysis(test.dialects).run(test)
318318

319319
results = results_of_variables(
320320
test, ("is_zero_bools", "is_one_bools", "is_lost_bools")

0 commit comments

Comments
 (0)