Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / fail / enum-untyped-missing-int / metadata
index 5e71ab9c57a04a5170b069cb285d1eb7a94e7ca3..9a81fca497dc93ff63ef30f88300d6cfeb09c53c 100644 (file)
@@ -6,8 +6,8 @@ typealias integer { size = 32; align = 32; signed = false; base = hex; } := uint
 // typealias integer { size = 32; align = 32; signed = false; base = hex; } := int;
 
 trace {
-       major = 0;
-       minor = 1;
+       major = 1;
+       minor = 8;
        uuid = "2a6422d0-6cee-11e0-8c08-cb07d7b3a564";
        byte_order = le;
        packet.header := struct {
This page took 0.03484 seconds and 4 git commands to generate.