Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / fail / struct-int-type-undefined / metadata
index 7f7405c8124d004d41f21a764771b737517cecc3..ea12670a8b8cd1bc8d212afaaeca925c70db0326 100644 (file)
@@ -8,8 +8,8 @@ struct dummy {
 };
 
 trace {
-       major = 2;
-       minor = 1;
+       major = 1;
+       minor = 8;
        byte_order = le;
        packet.header := struct {
                uint32_t magic;
This page took 0.023293 seconds and 4 git commands to generate.