From aadd9512c24525250bc97aa76a57d9250eb74414 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Sat, 9 Mar 2013 22:33:31 -0500 Subject: [PATCH] Remove utils.dylan --- tests/coil-test-suite.lid | 1 - tests/utils.dylan | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 tests/utils.dylan diff --git a/tests/coil-test-suite.lid b/tests/coil-test-suite.lid index 6ea1ee1..26fa335 100644 --- a/tests/coil-test-suite.lid +++ b/tests/coil-test-suite.lid @@ -1,6 +1,5 @@ Library: coil-test-suite Files: library - utils test-struct test-parser main diff --git a/tests/utils.dylan b/tests/utils.dylan deleted file mode 100644 index 2585d40..0000000 --- a/tests/utils.dylan +++ /dev/null @@ -1,17 +0,0 @@ -Module: coil-test-suite -Author: Carl Gay -Copyright: Copyright (c) 2013 Carl L Gay. All rights reserved. -License: See LICENSE.txt in this distribution for details. - -define constant fmt :: = format-to-string; - -/* -// uncomment for debugging -define method element-setter - (new-value :: , struct :: , key :: ) - => (new-value :: ) - test-output("Setting %s.%s to %=\n", struct.struct-full-name, key, new-value); - next-method() -end; -*/ -