tests: test_ust_constructor: Use a C-compiled static archive
[lttng-tools.git] / tests / regression / ust / ust-constructor / test_ust_constructor.py
index f4d9cedf04b86cab779d1f2bb997931843596914..f9d97e20b39af30f2b375f31c5282e877e2539b7 100755 (executable)
@@ -60,7 +60,7 @@ expected_events = [
         "count": 0,
     },
     {
-        "name": "tp_a:constructor_cplusplus_provider_static_archive",
+        "name": "tp_a_c:constructor_cplusplus_provider_static_archive",
         "msg": "global - static archive define and provider",
         "count": 0,
         "may_fail": compound_literal_on_heap,
@@ -259,7 +259,7 @@ expected_events = [
         "may_fail": compound_literal_on_heap,
     },
     {
-        "name": "tp_a:destructor_c_provider_static_archive",
+        "name": "tp_a_c:destructor_c_provider_static_archive",
         "msg": None,
         "count": 0,
         "may_fail": compound_literal_on_heap,
This page took 0.025252 seconds and 4 git commands to generate.