From da2fd8545be4a681bc78f202d84907b922e865d9 Mon Sep 17 00:00:00 2001
From: jespergravgaard <jesper@balmangravgaard.dk>
Date: Mon, 18 May 2020 00:46:25 +0200
Subject: [PATCH] Fixed test reference.

---
 src/test/ref/examples/kernalload/kernalload.asm | 3 +--
 src/test/ref/examples/kernalload/kernalload.log | 9 +++------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/test/ref/examples/kernalload/kernalload.asm b/src/test/ref/examples/kernalload/kernalload.asm
index 09599ffc0..3212db99d 100644
--- a/src/test/ref/examples/kernalload/kernalload.asm
+++ b/src/test/ref/examples/kernalload/kernalload.asm
@@ -2,9 +2,8 @@
 // The kernalload.ld link file creates a D64 disk image containing the executable and the sprite.
 // To execute the program succesfully you must mount the D64 disk image and execute the kernalload.PRG program
   // Create a D64 disk containing the program and a sprite file
-.file [name="kernalload.prg", type="prg", segments="Program"]
 .disk [filename="kernalload.d64", name="DISK", id=1] {
-        [name="KERNALLOAD", type="prg", segments="Program"],
+        [name="KERNALLOAD.D64", type="prg", segments="Program"],
         [name="SPRITE", type="prg", segments="Sprite"]
 }
 .segmentdef Program [segments="Basic, Code, Data"]
diff --git a/src/test/ref/examples/kernalload/kernalload.log b/src/test/ref/examples/kernalload/kernalload.log
index e2aca129a..3c65db827 100644
--- a/src/test/ref/examples/kernalload/kernalload.log
+++ b/src/test/ref/examples/kernalload/kernalload.log
@@ -855,9 +855,8 @@ Target platform is c64basic / MOS6502X
 // To execute the program succesfully you must mount the D64 disk image and execute the kernalload.PRG program
   // Upstart
   // Create a D64 disk containing the program and a sprite file
-.file [name="kernalload.prg", type="prg", segments="Program"]
 .disk [filename="kernalload.d64", name="DISK", id=1] {
-        [name="KERNALLOAD", type="prg", segments="Program"],
+        [name="KERNALLOAD.D64", type="prg", segments="Program"],
         [name="SPRITE", type="prg", segments="Sprite"]
 }
 .segmentdef Program [segments="Basic, Code, Data"]
@@ -1268,9 +1267,8 @@ ASSEMBLER BEFORE OPTIMIZATION
 // To execute the program succesfully you must mount the D64 disk image and execute the kernalload.PRG program
   // Upstart
   // Create a D64 disk containing the program and a sprite file
-.file [name="kernalload.prg", type="prg", segments="Program"]
 .disk [filename="kernalload.d64", name="DISK", id=1] {
-        [name="KERNALLOAD", type="prg", segments="Program"],
+        [name="KERNALLOAD.D64", type="prg", segments="Program"],
         [name="SPRITE", type="prg", segments="Sprite"]
 }
 .segmentdef Program [segments="Basic, Code, Data"]
@@ -1821,9 +1819,8 @@ Score: 811
 // To execute the program succesfully you must mount the D64 disk image and execute the kernalload.PRG program
   // Upstart
   // Create a D64 disk containing the program and a sprite file
-.file [name="kernalload.prg", type="prg", segments="Program"]
 .disk [filename="kernalload.d64", name="DISK", id=1] {
-        [name="KERNALLOAD", type="prg", segments="Program"],
+        [name="KERNALLOAD.D64", type="prg", segments="Program"],
         [name="SPRITE", type="prg", segments="Sprite"]
 }
 .segmentdef Program [segments="Basic, Code, Data"]