Skip to content

Commit d77033d

Browse files
committed
Address REPL Test issue
1 parent 5b2aff4 commit d77033d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TestSpecParsingSupport.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def test_derived_clusters(self):
262262
0, "Unexpected number of unknown commands in base")
263263
asserts.assert_equal(len(clusters[0xFFFF].unknown_commands), 2, "Unexpected number of unknown commands in derived cluster")
264264

265-
combine_derived_clusters_with_base(clusters, pure_base_clusters, ids_by_name)
265+
combine_derived_clusters_with_base(clusters, pure_base_clusters, ids_by_name, problems)
266266
# Ensure the base-only attribute (1) was added to the derived cluster
267267
asserts.assert_equal(set(clusters[0xFFFF].attributes.keys()), set(
268268
[0, 1, 2, 3] + expected_global_attrs), "Unexpected attribute list")

0 commit comments

Comments
 (0)