Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: tests/libc/nacl.scons

Issue 41683003: Remove newlib header workaround for run_posix_memalign_test. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/libc/posix_memalign.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/libc/nacl.scons
diff --git a/tests/libc/nacl.scons b/tests/libc/nacl.scons
index 87eebae023250c11cb386f7a0a89719bc844d102..d8ecdb1b23d5e68d2c0f3adde8acc3f1cc0e5dca 100644
--- a/tests/libc/nacl.scons
+++ b/tests/libc/nacl.scons
@@ -62,9 +62,4 @@ if env.Bit('bitcode'):
AddLibcTest(env, 'printf_to_puts.c', '0',
compile_env=unopt_env, link_env=opt_env)
-if env.Bit('nacl_glibc'):
- memalign_env = env
-else:
- memalign_env = env.Clone()
- memalign_env.Append(CPPDEFINES=['NEWLIB=1'])
-AddLibcTest(memalign_env, 'posix_memalign.c')
+AddLibcTest(env, 'posix_memalign.c')
« no previous file with comments | « no previous file | tests/libc/posix_memalign.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698