Skip to content

Commit 33021c2

Browse files
committed
fix test_indirectbr
1 parent d103edb commit 33021c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/runner.py

+2
Original file line numberDiff line numberDiff line change
@@ -4230,6 +4230,8 @@ def test_bigswitch(self):
42304230
''', args=['34962', '26214', '35040'])
42314231

42324232
def test_indirectbr(self):
4233+
Building.COMPILER_TEST_OPTS = filter(lambda x: x != '-g', Building.COMPILER_TEST_OPTS)
4234+
42334235
src = '''
42344236
#include <stdio.h>
42354237
int main(void) {

0 commit comments

Comments
 (0)