Update metadata to be out of bounds
authorTheMatthew <matthew.khouzam@polymtl.ca>
Tue, 3 Dec 2013 22:54:51 +0000 (17:54 -0500)
committerTheMatthew <matthew.khouzam@polymtl.ca>
Tue, 3 Dec 2013 22:54:51 +0000 (17:54 -0500)
tests/1.8/regression/metadata/fail/enum-values-too-big/metadata

index 7ba4a542ff34094859a5f38084dae44236636d7d..4543ec4596e088b23faa573aab1d199ea00e5ad6 100644 (file)
@@ -1,7 +1,7 @@
 /* CTF 1.8 */
 typealias integer { size = 8; align = 8; signed = false; base = 10; } := uint8_t;
 typealias integer { size = 32; align = 32; signed = false; base = hex; } := uint32_t;
-typealias integer { size = 32; align = 32; signed = false; base = hex; } := TYPE;
+typealias integer { size = 8; align = 8; signed = false; base = hex; } := TYPE;
 
 trace {
        major = 0;
This page took 0.023488 seconds and 4 git commands to generate.