From bc1bb7d2e53987072e6af949a041b3f752fa8852 Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Sat, 14 Sep 2019 08:09:34 +0200 Subject: [PATCH] Fixed test --- src/test/ref/struct-ptr-34.asm | 2 -- src/test/ref/struct-ptr-34.log | 6 ------ 2 files changed, 8 deletions(-) diff --git a/src/test/ref/struct-ptr-34.asm b/src/test/ref/struct-ptr-34.asm index 682586e71..dc1051bbb 100644 --- a/src/test/ref/struct-ptr-34.asm +++ b/src/test/ref/struct-ptr-34.asm @@ -1,6 +1,4 @@ // Example of a struct containing an array -// It works on the surface - but illustrates the problem with structs containing arrays treating them like pointers. -// https://gitlab.com/camelot/kickc/issues/312 .pc = $801 "Basic" :BasicUpstart(main) .pc = $80d "Program" diff --git a/src/test/ref/struct-ptr-34.log b/src/test/ref/struct-ptr-34.log index b1c56b460..a51786a27 100644 --- a/src/test/ref/struct-ptr-34.log +++ b/src/test/ref/struct-ptr-34.log @@ -380,8 +380,6 @@ INITIAL ASM Target platform is c64basic / MOS6502X // File Comments // Example of a struct containing an array -// It works on the surface - but illustrates the problem with structs containing arrays treating them like pointers. -// https://gitlab.com/camelot/kickc/issues/312 // Upstart .pc = $801 "Basic" :BasicUpstart(bbegin) @@ -570,8 +568,6 @@ Allocated (was zp ZP_WORD:4) zp ZP_WORD:2 [ print_person::person_name#4 ] ASSEMBLER BEFORE OPTIMIZATION // File Comments // Example of a struct containing an array -// It works on the surface - but illustrates the problem with structs containing arrays treating them like pointers. -// https://gitlab.com/camelot/kickc/issues/312 // Upstart .pc = $801 "Basic" :BasicUpstart(bbegin) @@ -788,8 +784,6 @@ Score: 382 // File Comments // Example of a struct containing an array -// It works on the surface - but illustrates the problem with structs containing arrays treating them like pointers. -// https://gitlab.com/camelot/kickc/issues/312 // Upstart .pc = $801 "Basic" :BasicUpstart(main)