Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / fail / struct-duplicate-struct-name / metadata
index eb05c32827771c6a3dee3751a8b7117397f4479e..4efddc93ed23c18308df0375b0785d98c3c86455 100644 (file)
@@ -12,8 +12,8 @@ struct a {
 };
 
 trace {
-       major = 2;
-       minor = 1;
+       major = 1;
+       minor = 8;
        byte_order = le;
        packet.header := struct {
                uint32_t magic;
This page took 0.023614 seconds and 4 git commands to generate.