Skip to content

Commit 7827b46

Browse files
committed
Enable test for per_file implementation_deps virtual headers, using the compile_commands solution transitively fixes the per_file rule
1 parent 772e1d7 commit 7827b46

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/unit/virtual_include/test_virtual_include.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ def test_bazel_per_file_implementation_deps_virtual_include(self):
120120
ret, _, _ = self.run_command(
121121
"bazel build --experimental_cc_implementation_deps //test/unit/virtual_include:per_file_impl_deps_include"
122122
)
123-
# TODO: change to 0, CodeChecker should finish analysis successfully
124-
self.assertEqual(ret, 1)
123+
self.assertEqual(ret, 0)
125124

126125

127126
if __name__ == "__main__":

0 commit comments

Comments
 (0)