Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / stress / stream / pass / array-large / test.py
index 7e8eba04a406d11c1521b98425df08ca2859593d..6be763a1cbecbff387d77c13fc1be8fb57e87fae 100755 (executable)
@@ -33,8 +33,8 @@ def generate_metadata(array_len):
        'typealias integer {{ size = 32; align = 32; signed = false; base = hex; }} := uint32_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.02324 seconds and 4 git commands to generate.