Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / pass / struct-align-smaller / metadata
index 6c5e2808dcedce10d62242921f8767e58fe5c1f3..d923010b1a19a17bb08745863b22147dad752ce3 100644 (file)
@@ -14,8 +14,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.022295 seconds and 4 git commands to generate.