Skip to content

Commit

Permalink
fix double free
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon9997 committed Jan 23, 2025
1 parent f6b5571 commit 8c71ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/army/vtable/test_vtable_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def test_select_virtual_normal_table(self):

self.test_normal_query("test_vtable_select_test_projection")
self.test_normal_query("test_vtable_select_test_projection_filter")
#self.test_normal_query("test_vtable_select_test_function")
self.test_normal_query("test_vtable_select_test_function")

self.test_normal_query("test_vtable_select_test_interval")
self.test_normal_query("test_vtable_select_test_state")
Expand All @@ -258,7 +258,7 @@ def test_select_virtual_child_table(self):

self.test_normal_query("test_vctable_select_test_projection")
self.test_normal_query("test_vctable_select_test_projection_filter")
#self.test_normal_query("test_vctable_select_test_function")
self.test_normal_query("test_vctable_select_test_function")

self.test_normal_query("test_vctable_select_test_interval")
self.test_normal_query("test_vctable_select_test_state")
Expand Down

0 comments on commit 8c71ed4

Please sign in to comment.