Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / pass / struct-inner-struct / metadata
index 8c5ce9525433f84f826c0ad5172009d2d4473fc7..f0d09bcbb3d736eef0ffefffed42843e721a7331 100644 (file)
@@ -14,8 +14,8 @@ struct dummy2 {
 
 
 trace {
-       major = 2;
-       minor = 1;
+       major = 1;
+       minor = 8;
        byte_order = le;
        packet.header := struct {
                uint32_t magic;
This page took 0.023207 seconds and 4 git commands to generate.