Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / stress / stream / pass / string-large / test.py
index 329566006cb453cc5e6b976c8bd5d0ecc7da52c0..9e025729f97f0a1dac049d749b0313af9efaa10d 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'
        '}};\n'
This page took 0.023408 seconds and 4 git commands to generate.