Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import re
import shutil
import time
import unittest
from functools import wraps
from pathlib import Path

Expand Down Expand Up @@ -2391,7 +2390,6 @@ def test_varargs(self):
def test_varargs_multi(self):
self.do_core_test('test_varargs_multi.c')

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