bug #53209: removing |nsSharedString| here, just from my test harness.

This commit is contained in:
scc%mozilla.org 2001-02-24 03:13:51 +00:00
Родитель 6fd23f001c
Коммит 0f90f747e6
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -5,7 +5,6 @@
#include "nsString.h"
#include "nsSharedString.h"
#include "nsFragmentedString.h"
#include "nsReadableUtils.h"
#include "nsSlidingString.h"
@ -529,10 +528,6 @@ main()
nsStdString s14( s7 + s8 + s9 );
tests_failed += test_readable_hello(s14);
nsSharedString* s15 = new_nsSharedString( s7 + s8 + s9 );
tests_failed += test_readable_hello(*s15);
// cout << "Here's a string: \""; print_string(*s15) << "\"" << endl;
nsCString s10("He");
nsLiteralCString s11("l");
nsStdCString s12("lo");