test/externalpointer: ifdef NDEBUG, not if

Reported by Alex Richardson
This commit is contained in:
Nathaniel Filardo
2019-07-30 13:55:05 +01:00
parent 10475f3432
commit cbeeba004b

View File

@@ -88,7 +88,7 @@ int main(int, char**)
setup();
xoroshiro::p128r64 r;
#if NDEBUG
#ifdef NDEBUG
size_t nn = 30;
#else
size_t nn = 3;