Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / pass / typealias-simple / metadata
index 847cd31ccc79cc138f9804609ab01a843bf1c25a..21ea1bde08729f0eaf8527fcc56e9c0c6f1d7755 100644 (file)
@@ -11,8 +11,8 @@ struct mystruct {
 };
 
 trace {
-       major = 2;
-       minor = 1;
+       major = 1;
+       minor = 8;
        byte_order = le;
        packet.header := struct {
                uint32_t magic;
This page took 0.023411 seconds and 4 git commands to generate.