summaryrefslogtreecommitdiff
path: root/support/regression/tests/wcsnlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/regression/tests/wcsnlen.c')
-rw-r--r--support/regression/tests/wcsnlen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/support/regression/tests/wcsnlen.c b/support/regression/tests/wcsnlen.c
index 062fb6c1b..5885d7a13 100644
--- a/support/regression/tests/wcsnlen.c
+++ b/support/regression/tests/wcsnlen.c
@@ -14,7 +14,6 @@ void
testStr(void)
{
#if defined(__SDCC) || (_POSIX_C_SOURCE >= 200809L) || (__STDC_VERSION_STRING_H__ > 202311L) // wcsnlen is a C2Y function previously vailable in POSIX.
-#ifndef __SDCC_pdk14 // lack of RAM
const wchar_t hello4[] = L"hello4";
const wchar_t hello5[7];
@@ -50,6 +49,5 @@ testStr(void)
ASSERT(wcsnlen(hello5, 7) == 6);
#endif
#endif
-#endif
}