зеркало из https://github.com/mozilla/gecko-dev.git
bug #53209: removing |nsSharedString| here, just from my test harness.
This commit is contained in:
Родитель
6fd23f001c
Коммит
0f90f747e6
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче