File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ def process_smart(filename, diff):
97
97
'calloc.c' ,
98
98
'canonical_type_cast.c' ,
99
99
'checkedregions.c' ,
100
+ 'compound_literal.c' ,
100
101
'ex1.c' ,
101
102
'extGVar.c' ,
102
103
'extstructfields.c' ,
@@ -115,6 +116,8 @@ def process_smart(filename, diff):
115
116
'i3.c' ,
116
117
'linkedlist.c' ,
117
118
'malloc_array.c' ,
119
+ 'ptr_array.c' ,
120
+ 'ptrptr.c' ,
118
121
'realloc.c' ,
119
122
'realloc_complex.c' ,
120
123
'refarrsubscript.c' ,
@@ -126,10 +129,8 @@ def process_smart(filename, diff):
126
129
'valist.c' ,
127
130
'cast.c' ]
128
131
129
- need_diff = ['compound_literal.c' ,
130
- 'graphs.c' ,
131
- 'ptr_array.c' ,
132
- 'ptrptr.c' ]
132
+ # No tests currently produce whitespace differences.
133
+ need_diff = []
133
134
134
135
b_tests = ['b10_allsafepointerstruct.c' ,
135
136
'b11_calleestructnp.c' ,
You can’t perform that action at this time.
0 commit comments