@@ -113,7 +113,7 @@ fn main() {
113
113
assert_expected_output_files (
114
114
Expectations {
115
115
expected_files : s ! [ "foo" ] ,
116
- allowed_files : s ! [ ] ,
116
+ allowed_files : vec ! [ ] ,
117
117
test_dir : "asm-emit" . to_string ( ) ,
118
118
} ,
119
119
|| {
@@ -123,7 +123,7 @@ fn main() {
123
123
assert_expected_output_files (
124
124
Expectations {
125
125
expected_files : s ! [ "foo" ] ,
126
- allowed_files : s ! [ ] ,
126
+ allowed_files : vec ! [ ] ,
127
127
test_dir : "asm-emit2" . to_string ( ) ,
128
128
} ,
129
129
|| {
@@ -133,7 +133,7 @@ fn main() {
133
133
assert_expected_output_files (
134
134
Expectations {
135
135
expected_files : s ! [ "foo" ] ,
136
- allowed_files : s ! [ ] ,
136
+ allowed_files : vec ! [ ] ,
137
137
test_dir : "asm-emit3" . to_string ( ) ,
138
138
} ,
139
139
|| {
@@ -144,7 +144,7 @@ fn main() {
144
144
assert_expected_output_files (
145
145
Expectations {
146
146
expected_files : s ! [ "foo" ] ,
147
- allowed_files : s ! [ ] ,
147
+ allowed_files : vec ! [ ] ,
148
148
test_dir : "llvm-ir-emit" . to_string ( ) ,
149
149
} ,
150
150
|| {
@@ -154,7 +154,7 @@ fn main() {
154
154
assert_expected_output_files (
155
155
Expectations {
156
156
expected_files : s ! [ "foo" ] ,
157
- allowed_files : s ! [ ] ,
157
+ allowed_files : vec ! [ ] ,
158
158
test_dir : "llvm-ir-emit2" . to_string ( ) ,
159
159
} ,
160
160
|| {
@@ -164,7 +164,7 @@ fn main() {
164
164
assert_expected_output_files (
165
165
Expectations {
166
166
expected_files : s ! [ "foo" ] ,
167
- allowed_files : s ! [ ] ,
167
+ allowed_files : vec ! [ ] ,
168
168
test_dir : "llvm-ir-emit3" . to_string ( ) ,
169
169
} ,
170
170
|| {
@@ -175,7 +175,7 @@ fn main() {
175
175
assert_expected_output_files (
176
176
Expectations {
177
177
expected_files : s ! [ "foo" ] ,
178
- allowed_files : s ! [ ] ,
178
+ allowed_files : vec ! [ ] ,
179
179
test_dir : "llvm-bc-emit" . to_string ( ) ,
180
180
} ,
181
181
|| {
@@ -185,7 +185,7 @@ fn main() {
185
185
assert_expected_output_files (
186
186
Expectations {
187
187
expected_files : s ! [ "foo" ] ,
188
- allowed_files : s ! [ ] ,
188
+ allowed_files : vec ! [ ] ,
189
189
test_dir : "llvm-bc-emit2" . to_string ( ) ,
190
190
} ,
191
191
|| {
@@ -195,7 +195,7 @@ fn main() {
195
195
assert_expected_output_files (
196
196
Expectations {
197
197
expected_files : s ! [ "foo" ] ,
198
- allowed_files : s ! [ ] ,
198
+ allowed_files : vec ! [ ] ,
199
199
test_dir : "llvm-bc-emit3" . to_string ( ) ,
200
200
} ,
201
201
|| {
@@ -206,7 +206,7 @@ fn main() {
206
206
assert_expected_output_files (
207
207
Expectations {
208
208
expected_files : s ! [ "foo" ] ,
209
- allowed_files : s ! [ ] ,
209
+ allowed_files : vec ! [ ] ,
210
210
test_dir : "obj-emit" . to_string ( ) ,
211
211
} ,
212
212
|| {
@@ -216,7 +216,7 @@ fn main() {
216
216
assert_expected_output_files (
217
217
Expectations {
218
218
expected_files : s ! [ "foo" ] ,
219
- allowed_files : s ! [ ] ,
219
+ allowed_files : vec ! [ ] ,
220
220
test_dir : "obj-emit2" . to_string ( ) ,
221
221
} ,
222
222
|| {
@@ -226,7 +226,7 @@ fn main() {
226
226
assert_expected_output_files (
227
227
Expectations {
228
228
expected_files : s ! [ "foo" ] ,
229
- allowed_files : s ! [ ] ,
229
+ allowed_files : vec ! [ ] ,
230
230
test_dir : "obj-emit3" . to_string ( ) ,
231
231
} ,
232
232
|| {
@@ -268,7 +268,7 @@ fn main() {
268
268
assert_expected_output_files (
269
269
Expectations {
270
270
expected_files : s ! [ "foo" ] ,
271
- allowed_files : s ! [ ] ,
271
+ allowed_files : vec ! [ ] ,
272
272
test_dir : "rlib" . to_string ( ) ,
273
273
} ,
274
274
|| {
@@ -278,7 +278,7 @@ fn main() {
278
278
assert_expected_output_files (
279
279
Expectations {
280
280
expected_files : s ! [ "foo" ] ,
281
- allowed_files : s ! [ ] ,
281
+ allowed_files : vec ! [ ] ,
282
282
test_dir : "rlib2" . to_string ( ) ,
283
283
} ,
284
284
|| {
@@ -288,7 +288,7 @@ fn main() {
288
288
assert_expected_output_files (
289
289
Expectations {
290
290
expected_files : s ! [ "foo" ] ,
291
- allowed_files : s ! [ ] ,
291
+ allowed_files : vec ! [ ] ,
292
292
test_dir : "rlib3" . to_string ( ) ,
293
293
} ,
294
294
|| {
@@ -375,7 +375,7 @@ fn main() {
375
375
assert_expected_output_files (
376
376
Expectations {
377
377
expected_files : s ! [ "foo" ] ,
378
- allowed_files : s ! [ ] ,
378
+ allowed_files : vec ! [ ] ,
379
379
test_dir : "staticlib" . to_string ( ) ,
380
380
} ,
381
381
|| {
@@ -385,7 +385,7 @@ fn main() {
385
385
assert_expected_output_files (
386
386
Expectations {
387
387
expected_files : s ! [ "foo" ] ,
388
- allowed_files : s ! [ ] ,
388
+ allowed_files : vec ! [ ] ,
389
389
test_dir : "staticlib2" . to_string ( ) ,
390
390
} ,
391
391
|| {
@@ -395,7 +395,7 @@ fn main() {
395
395
assert_expected_output_files (
396
396
Expectations {
397
397
expected_files : s ! [ "foo" ] ,
398
- allowed_files : s ! [ ] ,
398
+ allowed_files : vec ! [ ] ,
399
399
test_dir : "staticlib3" . to_string ( ) ,
400
400
} ,
401
401
|| {
@@ -449,7 +449,7 @@ fn main() {
449
449
assert_expected_output_files (
450
450
Expectations {
451
451
expected_files : s ! [ "ir" , rust_lib_name( "bar" ) ] ,
452
- allowed_files : s ! [ ] ,
452
+ allowed_files : vec ! [ ] ,
453
453
test_dir : "rlib-ir" . to_string ( ) ,
454
454
} ,
455
455
|| {
@@ -466,7 +466,7 @@ fn main() {
466
466
assert_expected_output_files (
467
467
Expectations {
468
468
expected_files : s ! [ "ir" , "asm" , "bc" , "obj" , "link" ] ,
469
- allowed_files : s ! [ ] ,
469
+ allowed_files : vec ! [ ] ,
470
470
test_dir : "staticlib-all" . to_string ( ) ,
471
471
} ,
472
472
|| {
@@ -484,7 +484,7 @@ fn main() {
484
484
assert_expected_output_files (
485
485
Expectations {
486
486
expected_files : s ! [ "ir" , "asm" , "bc" , "obj" , "link" ] ,
487
- allowed_files : s ! [ ] ,
487
+ allowed_files : vec ! [ ] ,
488
488
test_dir : "staticlib-all2" . to_string ( ) ,
489
489
} ,
490
490
|| {
@@ -523,7 +523,7 @@ fn main() {
523
523
assert_expected_output_files (
524
524
Expectations {
525
525
expected_files : s ! [ "bar.bc" , rust_lib_name( "bar" ) , "foo.bc" ] ,
526
- allowed_files : s ! [ ] ,
526
+ allowed_files : vec ! [ ] ,
527
527
test_dir : "rlib-emits" . to_string ( ) ,
528
528
} ,
529
529
|| {
0 commit comments