summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/ByteSequence/Byte_Const.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/qa/ByteSequence/Byte_Const.h b/sal/qa/ByteSequence/Byte_Const.h
index a157aaa08ec4..f7d7ae412f69 100644
--- a/sal/qa/ByteSequence/Byte_Const.h
+++ b/sal/qa/ByteSequence/Byte_Const.h
@@ -31,6 +31,8 @@ sal_Int8 kTestByte2 = 1;
sal_Int8 kTestByte3 = 2;
sal_Int8 kTestByte4 = -98;
+sal_Int8 kTestByte5[] = {kTestByte, kTestByte1, kTestByte2, kTestByte3, kTestByte4};
+
//------------------------------------------------------------------------
char kTestChar = 45;