Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / fail / integer-base-as-string / metadata
index d3794269df57d9294371928b1720f7567dbcab9a..5d3bc2b508ba863729d545fcc8d0e190f397d569 100644 (file)
@@ -6,8 +6,8 @@ typealias integer { size = 32; align = 8; signed = false; } := uint32_t;
 typealias integer { size = 8; align = 8; signed = false; base = "decimal"; } := uint8_t;
 
 trace {
-       major = 2;
-       minor = 1;
+       major = 1;
+       minor = 8;
        byte_order = le;
        packet.header := struct {
                uint32_t magic;
This page took 0.024179 seconds and 4 git commands to generate.