mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-02 21:22:44 +00:00
TestCModules - fixed for gcc
Changed restrict keyword to something understood by gcc llvm-svn: 236410
This commit is contained in:
parent
f8e6517591
commit
f9900379b4
@ -1,6 +1,6 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
int printf(const char * restrict format, ...);
|
||||
int printf(const char * __restrict format, ...);
|
||||
|
||||
typedef struct {
|
||||
int a;
|
||||
|
@ -121,7 +121,6 @@ class InlineTest(TestBase):
|
||||
self.buildDsym()
|
||||
self.do_test()
|
||||
|
||||
@expectedFailureGcc #xfail to get buildbot green, test failed with gcc4.8.2
|
||||
def __test_with_dwarf(self):
|
||||
self.using_dsym = False
|
||||
self.BuildMakefile()
|
||||
|
Loading…
x
Reference in New Issue
Block a user