Skip to content

Commit 810aa14

Browse files
authored
Remove test_malloc_implicit. NFC (#24774)
This test was added back in ac0354b to test the automatic dependency between getenv and malloc. These days this is all in native code so I don't think this test serves any purpose anymore.
1 parent c75db03 commit 810aa14

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

test/other/test_malloc_implicit.cpp

Lines changed: 0 additions & 18 deletions
This file was deleted.

test/other/test_malloc_implicit.out

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/test_other.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6337,9 +6337,6 @@ def test_dashM_respect_dashO(self):
63376337
self.assertEqual(len(with_dash_o), 0)
63386338
self.assertNotEqual(len(without_dash_o), 0)
63396339

6340-
def test_malloc_implicit(self):
6341-
self.do_other_test('test_malloc_implicit.cpp')
6342-
63436340
def test_switch64phi(self):
63446341
# issue 2539, fastcomp segfault on phi-i64 interaction
63456342
create_file('src.cpp', r'''

0 commit comments

Comments
 (0)