================
@@ -257,13 +258,15 @@ def collect_expects_to_rewrite(
):
if expected_value is not None:
return
- if isinstance(expect, ValueAll):
+ if expect.get_watched_scope() is not None:
----------------
OCHyams wrote:why not if `isinstance(expect, ExpectAll)`? https://github.com/llvm/llvm-project/pull/204159 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
