mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
TestCModules - fixed for gcc
Changed restrict keyword to something understood by gcc llvm-svn: 236410
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user