mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 05:00:28 +02:00
Remove mention of vm-error from test suite
* test-suite/test-suite/lib.scm (exception:vm-error): Remove. * test-suite/tests/strings.test: Remove override of exception:wrong-type-arg; not needed since a while ago.
This commit is contained in:
parent
6eb4735149
commit
adf8d9353e
2 changed files with 4 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
;;;; test-suite/lib.scm --- generic support for testing
|
||||
;;;; Copyright (C) 1999, 2000, 2001, 2004, 2006, 2007, 2009, 2010,
|
||||
;;;; 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 1999-2001,2004,2006-2007,2009-2014,2018
|
||||
;;;; Free Software Foundation, Inc.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -39,7 +39,6 @@
|
|||
exception:string-contains-nul
|
||||
exception:read-error
|
||||
exception:null-pointer-error
|
||||
exception:vm-error
|
||||
|
||||
;; Reporting passes and failures.
|
||||
run-test
|
||||
|
@ -294,8 +293,6 @@
|
|||
(cons 'read-error "^.*$"))
|
||||
(define exception:null-pointer-error
|
||||
(cons 'null-pointer-error "^.*$"))
|
||||
(define exception:vm-error
|
||||
(cons 'vm-error "^.*$"))
|
||||
|
||||
;; as per throw in scm_to_locale_stringn()
|
||||
(define exception:string-contains-nul
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue