disable test_rand
This commit is contained in:
Родитель
f35fa61a20
Коммит
61079c0fec
|
@ -3781,6 +3781,8 @@ def process(filename):
|
|||
post_build=add_pre_run_and_checks)
|
||||
|
||||
def test_rand(self):
|
||||
return self.skip('rand() is now random') # FIXME
|
||||
|
||||
src = r'''
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче