Skip to content

Commit 2fb795f

Browse files
test_updater: No tests have whitespace differences any more.
1 parent c83e087 commit 2fb795f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

clang/test/3C/test_updater.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def process_smart(filename, diff):
9797
'calloc.c',
9898
'canonical_type_cast.c',
9999
'checkedregions.c',
100+
'compound_literal.c',
100101
'ex1.c',
101102
'extGVar.c',
102103
'extstructfields.c',
@@ -115,6 +116,8 @@ def process_smart(filename, diff):
115116
'i3.c',
116117
'linkedlist.c',
117118
'malloc_array.c',
119+
'ptr_array.c',
120+
'ptrptr.c',
118121
'realloc.c',
119122
'realloc_complex.c',
120123
'refarrsubscript.c',
@@ -126,10 +129,8 @@ def process_smart(filename, diff):
126129
'valist.c',
127130
'cast.c']
128131

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 = []
133134

134135
b_tests = ['b10_allsafepointerstruct.c',
135136
'b11_calleestructnp.c',

0 commit comments

Comments
 (0)