From d88ae7911de1f8edc919a3a84b2a044dc689ef14 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 20 Nov 2020 07:41:35 -0700 Subject: [PATCH] Chez Scheme: update expected-error test for cp0 repair Commit 3b7378f071 turns out to have fixed the error message for an existing tests (that I didn't notice was wrong before). --- .../src/ChezScheme/mats/patch-compile-0-f-t-f | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/racket/src/ChezScheme/mats/patch-compile-0-f-t-f b/racket/src/ChezScheme/mats/patch-compile-0-f-t-f index ba10b61681..89b1262542 100644 --- a/racket/src/ChezScheme/mats/patch-compile-0-f-t-f +++ b/racket/src/ChezScheme/mats/patch-compile-0-f-t-f @@ -379,20 +379,3 @@ record.mo:Expected error in mat r6rs-records-syntactic: "define-record-type: incompatible record type cpoint - different parent". record.mo:Expected error in mat r6rs-records-syntactic: "define-record-type: incompatible record type cpoint - different parent". record.mo:Expected error in mat r6rs-records-syntactic: "cannot extend define-record-type parent fratrat". -*************** -*** 9128,9134 **** - fx.mo:Expected error in mat r6rs:fx+: "fx+: <-int> is not a fixnum". - fx.mo:Expected error in mat r6rs:fx+: "fx+: #f is not a fixnum". - fx.mo:Expected error in mat r6rs:fx+: "fx+: #f is not a fixnum". -! fx.mo:Expected error in mat fx+/wraparound: "fx+/wraparound: (a . b) is not a fixnum". - fx.mo:Expected error in mat fx+/wraparound: "fx+: is not a fixnum". - fx.mo:Expected error in mat fx+/wraparound: "fx+: is not a fixnum". - fx.mo:Expected error in mat fx+/wraparound: "fx+: <-int> is not a fixnum". ---- 9128,9134 ---- - fx.mo:Expected error in mat r6rs:fx+: "fx+: <-int> is not a fixnum". - fx.mo:Expected error in mat r6rs:fx+: "fx+: #f is not a fixnum". - fx.mo:Expected error in mat r6rs:fx+: "fx+: #f is not a fixnum". -! fx.mo:Expected error in mat fx+/wraparound: "incorrect argument count in call (fx+/wraparound (quote (a . b)) 0)". - fx.mo:Expected error in mat fx+/wraparound: "fx+: is not a fixnum". - fx.mo:Expected error in mat fx+/wraparound: "fx+: is not a fixnum". - fx.mo:Expected error in mat fx+/wraparound: "fx+: <-int> is not a fixnum".