From 28394153aba1e1ec0410406392e26e1e7e2e681e Mon Sep 17 00:00:00 2001 From: Arne Döring Date: Tue, 12 Feb 2019 22:00:31 +0100 Subject: 32 bit fixes (#10608) --- tests/objects/tobject3.nim | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) (limited to 'tests/objects') diff --git a/tests/objects/tobject3.nim b/tests/objects/tobject3.nim index a24a48c8b..0a3df02ea 100644 --- a/tests/objects/tobject3.nim +++ b/tests/objects/tobject3.nim @@ -1,10 +1,7 @@ discard """ output: '''TBar2 TFoo -16 -12 -16 -12''' +''' """ ## XXX this output needs to be adapated for VCC which produces different results. @@ -67,29 +64,6 @@ var aa = makeWindow() thisCausesError(dd, aa) -# bug #4763 -type - testObject_1 = object - size: int32 - value: int64 - - testObject_2 {.packed.} = object - size: int32 - value: int64 - - testObject_3[T] = object - size: int32 - value: T - - testObject_4 {.packed.} [T] = object - size: int32 - value: T - -echo sizeof(testObject_1) -echo sizeof(testObject_2) -echo sizeof(testObject_3[int64]) -echo sizeof(testObject_4[int64]) - # bug #5892 type Foo6 = distinct array[4, float32] -- cgit 1.4.1-2-gfad0