Skip to content

Commit 20ab3d4

Browse files
authored
Enable test_varargs_byval. NFC (emscripten-core#25842)
Seems to work now..
1 parent 1b7c6a4 commit 20ab3d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import re
1212
import shutil
1313
import time
14-
import unittest
1514
from functools import wraps
1615
from pathlib import Path
1716

@@ -2391,7 +2390,6 @@ def test_varargs(self):
23912390
def test_varargs_multi(self):
23922391
self.do_core_test('test_varargs_multi.c')
23932392

2394-
@unittest.skip('clang cannot compile this code with that target yet')
23952393
def test_varargs_byval(self):
23962394
src = r'''
23972395
#include <stdio.h>

0 commit comments

Comments
 (0)