зеркало из https://github.com/mozilla/pjs.git
two line change to remove iostreams from this test list. r=alecf,jag sr=scc
This commit is contained in:
Родитель
deff2e336c
Коммит
2dabba2cb5
|
@ -19,9 +19,10 @@
|
|||
*
|
||||
* Contributor(s):
|
||||
* Suresh Duddi <dp@netscape.com>
|
||||
* Christopher Blizzard <blizzard@mozilla.org>
|
||||
*/
|
||||
|
||||
#include <iostream.h>
|
||||
#include <stdio.h>
|
||||
#include "TestFactory.h"
|
||||
#include "nsIGenericFactory.h"
|
||||
|
||||
|
@ -41,7 +42,7 @@ class TestDynamicClassImpl: public ITestClass {
|
|||
NS_IMPL_ISUPPORTS1(TestDynamicClassImpl, ITestClass);
|
||||
|
||||
void TestDynamicClassImpl::Test() {
|
||||
cout << "hello, dynamic world!\n";
|
||||
printf("hello, dynamic world!\n");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче