Skip to content

Commit 04232e2

Browse files
committed
fix
1 parent fc0d268 commit 04232e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/JIT/interpreter/Interpreter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,8 +2406,8 @@ static object BoxedSubtraction(object lhs, object rhs)
24062406

24072407
public static bool TestPInvoke()
24082408
{
2409-
// WASM-TODO enable ownce we have generated pinvoke and in-tree native re-link
2410-
#ifndef TARGET_WASM
2409+
// WASM-TODO enable once we have generated pinvoke and in-tree native re-link
2410+
#if !TARGET_WASM
24112411
if (sumTwoInts(1, 2) != 3)
24122412
return false;
24132413

0 commit comments

Comments
 (0)