mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
6 lines
197 B
Ruby
6 lines
197 B
Ruby
describe "Boxed" do
|
|
it ".type should work with structure which has field of structure pointer" do
|
|
MyStructHasStructPointer.type.should == "{MyStructHasStructPointer=^{MyStruct4C}}"
|
|
end
|
|
end
|