mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
2d97707302
commit
94b9c1bccb
2 changed files with 2 additions and 2 deletions
BIN
Tests/base/coding/BOOL-1.type
Normal file
BIN
Tests/base/coding/BOOL-1.type
Normal file
Binary file not shown.
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue