зеркало из https://github.com/mozilla/gecko-dev.git
Fix typo in TestUpload.cpp, and add it to the Makefile.in (removing a
duplicate entry at the same time) r=dougt, tests only
This commit is contained in:
Родитель
fcd0c830b9
Коммит
4f55ee0c0f
|
@ -54,7 +54,7 @@ CPPSRCS = \
|
|||
TestIDN.cpp \
|
||||
TestURLParser.cpp \
|
||||
TestStandardURL.cpp \
|
||||
TestPerf.cpp \
|
||||
TestUpload.cpp \
|
||||
$(NULL)
|
||||
|
||||
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))
|
||||
|
|
|
@ -187,7 +187,7 @@ main(int argc, char* argv[])
|
|||
|
||||
channel->AsyncOpen(listener, nsnull);
|
||||
|
||||
while ( 1 ) {
|
||||
while ( gKeepRunning ) {
|
||||
#ifdef WIN32
|
||||
MSG msg;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче