tests: test_ust_constructor: Use a C-compiled shared object
[lttng-tools.git] / tests / regression / ust / ust-constructor / test_ust_constructor.py
index f9d97e20b39af30f2b375f31c5282e877e2539b7..8b1fc613faf2dd29c6dfbbe87139ddc79e7a074b 100755 (executable)
@@ -47,7 +47,7 @@ if process.returncode == 0:
     compound_literal_on_heap = True
 
 expected_events = [
-    {"name": "tp_so:constructor_c_provider_shared_library", "msg": None, "count": 0},
+    {"name": "tp_so_c:constructor_c_provider_shared_library", "msg": None, "count": 0},
     {
         "name": "tp_a:constructor_c_provider_static_archive",
         "msg": None,
@@ -264,7 +264,7 @@ expected_events = [
         "count": 0,
         "may_fail": compound_literal_on_heap,
     },
-    {"name": "tp_so:destructor_c_provider_shared_library", "msg": None, "count": 0},
+    {"name": "tp_so_c:destructor_c_provider_shared_library", "msg": None, "count": 0},
 ]
 
 num_tests = 7 + len(expected_events)
This page took 0.023869 seconds and 4 git commands to generate.