[jumbo] drop duplicate BUILD macro from test-run-wasm-js.cc
BUILD is already defined in test/cctest/wasm/wasm-run-utils.h. Bug: chromium:746958 Change-Id: Icf577ce91424d9851d2db39658fd52c68c864995 Reviewed-on: https://chromium-review.googlesource.com/676843 Reviewed-by: Clemens Hammacher <clemensh@chromium.org> Commit-Queue: Mostyn Bramley-Moore <mostynb@opera.com> Cr-Commit-Position: refs/heads/master@{#48122}
This commit is contained in:
parent
9f01414923
commit
b4ff29d870
@ -18,12 +18,6 @@ namespace v8 {
|
||||
namespace internal {
|
||||
namespace wasm {
|
||||
|
||||
#define BUILD(r, ...) \
|
||||
do { \
|
||||
byte code[] = {__VA_ARGS__}; \
|
||||
r.Build(code, code + arraysize(code)); \
|
||||
} while (false)
|
||||
|
||||
#define ADD_CODE(vec, ...) \
|
||||
do { \
|
||||
byte __buf[] = {__VA_ARGS__}; \
|
||||
@ -515,7 +509,6 @@ WASM_EXEC_TEST(Run_JSSelectAlign_10) {
|
||||
RunJSSelectAlignTest(execution_mode, 10, 10);
|
||||
}
|
||||
|
||||
#undef BUILD
|
||||
#undef ADD_CODE
|
||||
|
||||
} // namespace wasm
|
||||
|
Loading…
Reference in New Issue
Block a user