Added bitfields to object section test case
This commit is contained in:
parent
fb43f96acc
commit
05aa0e6177
@ -9,6 +9,9 @@ func TestObjt (test *testing.T) {
|
||||
objt ro Basic:Obj
|
||||
ro that:Basic
|
||||
ro this:Basic
|
||||
objt ro BitFields:Obj
|
||||
ro that:Int:1
|
||||
ro this:Int:24
|
||||
objt ro ComplexInit:Obj
|
||||
ro basic:Int 87
|
||||
ro complex0:Bird
|
||||
|
@ -4,6 +4,10 @@ objt ro Basic:Obj
|
||||
ro that:Basic
|
||||
ro this:Basic
|
||||
|
||||
objt ro BitFields:Obj
|
||||
ro that:Int:1
|
||||
ro this:Int:24 298
|
||||
|
||||
objt ro Init:Obj
|
||||
ro that:String "hello world"
|
||||
ro this:Int 23
|
||||
|
Reference in New Issue
Block a user