зеркало из https://github.com/mozilla/pjs.git
Bug 552330: Remove NS_ARRAY_LENGTH redefinition in TestObserverArray.cpp to fix compile warning. r=dbaron a=dholbert_sheriff
This commit is contained in:
Родитель
f8725b3ad8
Коммит
b5cbfb9447
|
@ -39,11 +39,10 @@
|
|||
|
||||
#include "TestHarness.h"
|
||||
#include "nsTObserverArray.h"
|
||||
#include "nsMemory.h" // for NS_ARRAY_LENGTH
|
||||
|
||||
typedef nsTObserverArray<int> Array;
|
||||
|
||||
#define NS_ARRAY_LENGTH(_x) (sizeof(_x)/sizeof(*_x))
|
||||
|
||||
#define DO_TEST(_type, _exp, _code) \
|
||||
do { \
|
||||
++testNum; \
|
||||
|
|
Загрузка…
Ссылка в новой задаче