Add BOOL archive

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39648 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2016-04-08 11:33:48 +00:00
parent 2d97707302
commit 94b9c1bccb
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -226,8 +226,8 @@ int main()
testWriteBasicType_ushort("ushort", &us);
testReadBasicType_ushort("ushort", &us, &us2);
testWriteBasicType_double("BOOL", &b);
testReadBasicType_double("BOOL", &b, &b2);
testWriteBasicType_BOOL("BOOL", &b);
testReadBasicType_BOOL("BOOL", &b, &b2);
obj1 = [Model new];
[obj1 setValues];