add kTestByte5

This commit is contained in:
Mindy Liu 2003-03-18 09:48:05 +00:00
parent c93f130931
commit 6fa1cefbfc

View file

@ -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;