File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %S/3c-regtest.py --predefined-script common-diff-w %s -t %t --clang '%clang'
1
+ // RUN: %S/3c-regtest.py --predefined-script common %s -t %t --clang '%clang'
2
2
3
3
#include <stdio.h>
4
4
Original file line number Diff line number Diff line change 1
- // RUN: %S/3c-regtest.py --predefined-script common-diff-w %s -t %t --clang '%clang'
1
+ // RUN: %S/3c-regtest.py --predefined-script common %s -t %t --clang '%clang'
2
2
3
3
/* Tests for issue 60. Array initialization had not been implemented, so wild
4
4
pointer inside and array initializer did not cause the array to be an array
Original file line number Diff line number Diff line change 1
- // RUN: %S/3c-regtest.py --predefined-script common-diff-w %s -t %t --clang '%clang'
1
+ // RUN: %S/3c-regtest.py --predefined-script common %s -t %t --clang '%clang'
2
2
3
3
#include <stddef.h>
4
4
#include <stddef.h>
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ def process_smart(filename, diff):
111
111
'funcptr3.c' ,
112
112
'funcptr4.c' ,
113
113
'graphs.c' ,
114
+ 'graphs.c' ,
114
115
'graphs2.c' ,
115
116
'gvar.c' ,
116
117
'i1.c' ,
@@ -120,6 +121,8 @@ def process_smart(filename, diff):
120
121
'inlinestructinfunc.c' ,
121
122
'linkedlist.c' ,
122
123
'malloc_array.c' ,
124
+ 'ptr_array.c' ,
125
+ 'ptrptr.c' ,
123
126
'realloc.c' ,
124
127
'realloc_complex.c' ,
125
128
'refarrsubscript.c' ,
@@ -131,10 +134,7 @@ def process_smart(filename, diff):
131
134
'valist.c' ,
132
135
'cast.c' ]
133
136
134
- need_diff = ['compound_literal.c' ,
135
- 'graphs.c' ,
136
- 'ptr_array.c' ,
137
- 'ptrptr.c' ]
137
+ need_diff = ['compound_literal.c' ]
138
138
139
139
b_tests = ['b10_allsafepointerstruct.c' ,
140
140
'b11_calleestructnp.c' ,
You can’t perform that action at this time.
0 commit comments