Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / fail / lexer-literal-int-incomplete / metadata
index fee824320eabd60c93f4b7da10af16d43cc873cd..9a82fed44e57119f75296e34d706103b8a51522d 100644 (file)
@@ -5,8 +5,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 = 0x;  /// This is strange [must fail].
-       minor = 1;
+       major = 1x;  /// This is strange [must fail].
+       minor = 8;
        uuid = "2a6422d0-6cee-11e0-8c08-cb07d7b3a564";
        byte_order = le;
        packet.header := struct {
This page took 0.02329 seconds and 4 git commands to generate.