Skip to content

Commit 6691373

Browse files
A few test_updater tests no longer need a "diff -w".
1 parent b1745b6 commit 6691373

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

clang/test/3C/graphs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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'
22

33
#include <stdio.h>
44

clang/test/3C/ptr_array.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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'
22

33
/* Tests for issue 60. Array initialization had not been implemented, so wild
44
pointer inside and array initializer did not cause the array to be an array

clang/test/3C/ptrptr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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'
22

33
#include <stddef.h>
44
#include <stddef.h>

clang/test/3C/test_updater.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,16 @@ def process_smart(filename, diff):
108108
'funcptr3.c',
109109
'funcptr4.c',
110110
'graphs.c',
111+
'graphs.c',
111112
'graphs2.c',
112113
'gvar.c',
113114
'i1.c',
114115
'i2.c',
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,7 @@ 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+
need_diff = ['compound_literal.c']
133133

134134
b_tests = ['b10_allsafepointerstruct.c',
135135
'b11_calleestructnp.c',

0 commit comments

Comments
 (0)