From: fred Date: Sun, 24 Mar 2002 20:08:21 +0000 (+0000) Subject: lilypond-0.1.33 X-Git-Tag: release/1.5.59~3287 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4e520ad70948f68b4c100e6963f967cb15bf0f06;p=lilypond.git lilypond-0.1.33 --- 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: "<