forked from OSchip/llvm-project
[python] Fix warning in c-code inside testcase
llvm-svn: 156007
This commit is contained in:
parent
d96b46ace2
commit
d8f66426a1
|
@ -263,7 +263,7 @@ def test_is_volatile_qualified():
|
|||
def test_is_restrict_qualified():
|
||||
"""Ensure Type.is_restrict_qualified works."""
|
||||
|
||||
tu = get_tu('struct s { void * restrict i; void * j };')
|
||||
tu = get_tu('struct s { void * restrict i; void * j; };')
|
||||
|
||||
i = get_cursor(tu, 'i')
|
||||
j = get_cursor(tu, 'j')
|
||||
|
|
Loading…
Reference in New Issue