Skip to content

Commit 750fee7

Browse files
committed
Enable test
1 parent a1fff85 commit 750fee7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/unit/argument_merge/test_argument_merge.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ def test_per_file_argument_merge(self):
4646
+ "test-unit-argument_merge-main.cc_codechecker.log",
4747
r"--analyzers",
4848
)
49-
# FIXME: Change to '1'
50-
# Should only have this argument set once
51-
self.assertEqual(len(re.findall("--analyzers", matched_lines[0])), 2)
49+
self.assertEqual(len(re.findall("--analyzers", matched_lines[0])), 1)
5250

5351

5452
if __name__ == "__main__":

0 commit comments

Comments
 (0)