Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / stress / stream / pass / variant-many-tags / test.py
index 73c6c23cf5e15161c73cdef092c887bc6e1b4c43..ff4c907f7e2907696fd29fdceaffc6bb020956bd 100755 (executable)
@@ -34,8 +34,8 @@ def generate_metadata(array_len):
        'typealias integer {{ size = 64; align = 8; signed = false; base = hex; }} := uint64_t;\n'
        '\n'
        'trace {{\n'
-       '       major = 0;\n'
-       '       minor = 0;\n'
+       '       major = 1;\n'
+       '       minor = 8;\n'
        '       uuid = "2a6422d0-6cee-11e0-8c08-cb07d7b3a564";\n'
        '       byte_order = le;\n'
        '       packet.header := struct {{\n'
This page took 0.02569 seconds and 4 git commands to generate.