diff options
author | 2022-05-16 19:33:19 -0700 | |
---|---|---|
committer | 2022-05-16 19:33:19 -0700 | |
commit | e114fca5ee12afd4ef34870e43cf63f69df6a602 (patch) | |
tree | 3e261c457267199e33e2c4ecd395549c854472d9 /integration/bunjs-only-snippets | |
parent | d0ca9f24999ebf5325ceb51670028f4064de3cf7 (diff) | |
download | bun-e114fca5ee12afd4ef34870e43cf63f69df6a602.tar.gz bun-e114fca5ee12afd4ef34870e43cf63f69df6a602.tar.zst bun-e114fca5ee12afd4ef34870e43cf63f69df6a602.zip |
Still not correct!bun-v0.0.83
Diffstat (limited to 'integration/bunjs-only-snippets')
-rw-r--r-- | integration/bunjs-only-snippets/ffi.test.fixture.callback.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/integration/bunjs-only-snippets/ffi.test.fixture.callback.c b/integration/bunjs-only-snippets/ffi.test.fixture.callback.c index 3a557e7d5..36949e158 100644 --- a/integration/bunjs-only-snippets/ffi.test.fixture.callback.c +++ b/integration/bunjs-only-snippets/ffi.test.fixture.callback.c @@ -258,9 +258,6 @@ void* JSFunctionCall(void* globalObject, void* callFrame); bool my_callback_function(void* arg0); bool my_callback_function(void* arg0) { -#ifdef INJECT_BEFORE -INJECT_BEFORE; -#endif EncodedJSValue arguments[1] = { PTR_TO_JSVALUE(arg0) }; |