Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / fail / struct-inner-struct-undefined / metadata
index cfd24b20e42652ff24b014138632bd8a69208bb9..ee90ab346ef76b8fd2239fd808465a10c6f7e81e 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.022406 seconds and 4 git commands to generate.