Fix bug when tracefile is not aligned. Now supports exotic architectures.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / types / SequenceDeclarationTest.java
index 56c17d53fdbf3f04e317c5a044708e8167ad4977..f6cb96ffa3bfe440af9f5b02ad557822ee2f49b4 100644 (file)
@@ -71,7 +71,7 @@ public class SequenceDeclarationTest {
     @Test
     public void testCreateDefinition() {
         IntegerDeclaration id = new IntegerDeclaration(8, false, 8,
-                ByteOrder.LITTLE_ENDIAN, Encoding.UTF8, null);
+                ByteOrder.LITTLE_ENDIAN, Encoding.UTF8, null, 32);
 
         StructDeclaration structDec = new StructDeclaration(0);
         structDec.addField(fieldName, id);
This page took 0.025926 seconds and 5 git commands to generate.