Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / pass / array-basic-2dim / metadata
index a84cc243a82b865427bd484cd7bfc5141a4a99c6..8756536b4f3e207917bd50378a155b07eca3c735 100644 (file)
@@ -4,8 +4,8 @@ typealias integer { size = 16; align = 8; signed = false; base = 10; } := uint16
 typealias integer { size = 32; align = 32; signed = false; base = hex; } := uint32_t;
 
 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.023933 seconds and 4 git commands to generate.