@@ -146,10 +146,6 @@ fileprivate struct ModuleVerifierTaskConstructionTests: CoreBasedTests {
146
146
let arch = results. runDestinationTargetArchitecture
147
147
results. checkNoDiagnostics ( )
148
148
149
- for task in results. uncheckedTasks {
150
- print ( task. ruleInfo)
151
- }
152
-
153
149
results. checkTarget ( targetName) { target in
154
150
results. checkTasks ( . matchRuleType( " VerifyModuleC " ) ) { tasks in
155
151
#expect( tasks. count == 6 )
@@ -367,10 +363,6 @@ fileprivate struct ModuleVerifierTaskConstructionTests: CoreBasedTests {
367
363
await tester. checkBuild ( ) { results in
368
364
results. checkNoDiagnostics ( )
369
365
370
- for task in results. uncheckedTasks {
371
- print ( task. ruleInfo)
372
- }
373
-
374
366
results. checkTarget ( targetName) { target in
375
367
results. checkTask ( . matchRuleType( " VerifyModuleC " ) ) { task in
376
368
task. checkCommandLineContains ( [
@@ -469,10 +461,6 @@ fileprivate struct ModuleVerifierTaskConstructionTests: CoreBasedTests {
469
461
await tester. checkBuild ( ) { results in
470
462
results. checkNoDiagnostics ( )
471
463
472
- for task in results. uncheckedTasks {
473
- print ( task. ruleInfo)
474
- }
475
-
476
464
results. checkTarget ( targetName) { target in
477
465
results. checkTasks ( . matchRuleType( " VerifyModuleC " ) ) { tasks in
478
466
#expect( tasks. count == 2 )
@@ -590,10 +578,6 @@ fileprivate struct ModuleVerifierTaskConstructionTests: CoreBasedTests {
590
578
await tester. checkBuild ( ) { results in
591
579
results. checkNoDiagnostics ( )
592
580
593
- for task in results. uncheckedTasks {
594
- print ( task. ruleInfo)
595
- }
596
-
597
581
results. checkTarget ( targetName) { target in
598
582
results. checkTask ( . matchRuleType( " VerifyModuleC " ) ) { task in
599
583
let targetVariant = task. ruleInfo [ 2 ]
@@ -659,10 +643,6 @@ fileprivate struct ModuleVerifierTaskConstructionTests: CoreBasedTests {
659
643
let arch = results. runDestinationTargetArchitecture
660
644
results. checkNoDiagnostics ( )
661
645
662
- for task in results. uncheckedTasks {
663
- print ( task. ruleInfo)
664
- }
665
-
666
646
results. checkTarget ( targetName) { target in
667
647
results. checkTasks ( . matchRuleType( " VerifyModuleC " ) ) { tasks in
668
648
var ruleInfos : Set < [ String ] > = [ ]
0 commit comments