Skip to content

Commit cfc29c0

Browse files
committed
cmu-test-suite: Remove test for obsolete interface
The %redefine-class interface in the Dylan library has changed, it is probably best to remove this test for now; class redefinition can be adequately tested using environment tests. * sources/environment/tests/cmu-test-suite/redefinition-testing.dylan: Removed. * sources/environment/tests/cmu-test-suite/cmu-test-suite.lid: Removed reference to redefinition-testing.dylan. * sources/environment/tests/cmu-test-suite/cmu-test-suite-library.dylan (module dylan-test): Remove import of dylan-incremental.
1 parent 79d5409 commit cfc29c0

File tree

3 files changed

+0
-88
lines changed

3 files changed

+0
-88
lines changed

sources/environment/tests/cmu-test-suite/cmu-test-suite-library.dylan

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ define module dylan-test
1212
use simple-profiling;
1313

1414
use dispatch-engine;
15-
use dylan-incremental;
1615
use dylan-extensions;
1716
// use debug-dispatch;
1817
end;

sources/environment/tests/cmu-test-suite/cmu-test-suite.lid

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ library: cmu-test-suite
22
files: cmu-test-suite-library
33
dylan-test
44
dylan-test-extras
5-
redefinition-testing
65
run-tests
76
Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc.
87
All rights reserved.

sources/environment/tests/cmu-test-suite/redefinition-testing.dylan

-86
This file was deleted.

0 commit comments

Comments
 (0)