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