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