From 4e520ad70948f68b4c100e6963f967cb15bf0f06 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:08:21 +0000 Subject: [PATCH] lilypond-0.1.33 --- flower/stringtest.cc | 119 ------------------------------------------- input/abbrev.ly | 38 -------------- 2 files changed, 157 deletions(-) delete mode 100644 flower/stringtest.cc delete mode 100644 input/abbrev.ly diff --git a/flower/stringtest.cc b/flower/stringtest.cc deleted file mode 100644 index a5bc0c6036..0000000000 --- a/flower/stringtest.cc +++ /dev/null @@ -1,119 +0,0 @@ -#ifdef STRING_TEST -/* - stupid test program to verify stringlib - stringtest.cc - */ -#include -#include "string.hh" -#include "varray.hh" -#include "string-convert.hh" - -void -ctors() -{ - cout << "constructors"< a; - a.push ("abcd"); - a.push ("zxy"); - a.push ("abc"); - a.push (""); - a.sort (String::compare_i); - cout << "compares: "<