summaryrefslogtreecommitdiff
path: root/tests/functional/c/consider/consider_using_in.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/c/consider/consider_using_in.txt')
-rw-r--r--tests/functional/c/consider/consider_using_in.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/c/consider/consider_using_in.txt b/tests/functional/c/consider/consider_using_in.txt
index 63e5fffff..72c8e389d 100644
--- a/tests/functional/c/consider/consider_using_in.txt
+++ b/tests/functional/c/consider/consider_using_in.txt
@@ -11,3 +11,4 @@ consider-using-in:19:0::"Consider merging these comparisons with ""in"" to 'valu
consider-using-in:20:0::"Consider merging these comparisons with ""in"" to 'value not in (1, 2)'"
consider-using-in:21:0::"Consider merging these comparisons with ""in"" to 'value1 in (value2,)'"
consider-using-in:22:0::"Consider merging these comparisons with ""in"" to 'a_list in ([1, 2, 3], [])'"
+consider-using-in:53:0::"Consider merging these comparisons with ""in"" to 'A.value in (1, 2)'"