[clang][deps] Fix test failures on AIX
authorJan Svoboda <jan_svoboda@apple.com>
Fri, 2 Dec 2022 21:09:50 +0000 (13:09 -0800)
committerJan Svoboda <jan_svoboda@apple.com>
Fri, 2 Dec 2022 21:10:07 +0000 (13:10 -0800)
clang/test/ClangScanDeps/modules-extern-submodule.c
clang/test/ClangScanDeps/modules-extern-unrelated.m

index bf1d41c..61cc722 100644 (file)
@@ -115,10 +115,10 @@ module third {}
 // CHECK-NEXT:           ],
 // CHECK-NEXT:           "input-file": "[[PREFIX]]/tu.c"
 // CHECK-NEXT:         }
-// CHECK-NEXT:       ]
-// CHECK-NEXT:     }
-// CHECK-NEXT:   ]
-// CHECK-NEXT: }
+// CHECK:            ]
+// CHECK:          }
+// CHECK:        ]
+// CHECK:      }
 
 // RUN: %deps-to-rsp %t/result.json --module-name=third > %t/third.cc1.rsp
 // RUN: %deps-to-rsp %t/result.json --module-name=second > %t/second.cc1.rsp
index bcdd822..442ee90 100644 (file)
@@ -120,10 +120,10 @@ module second { header "second.h" }
 // CHECK-NEXT:           ],
 // CHECK-NEXT:           "input-file": "[[PREFIX]]/tu.m"
 // CHECK-NEXT:         }
-// CHECK-NEXT:       ]
-// CHECK-NEXT:     }
-// CHECK-NEXT:   ]
-// CHECK-NEXT: }
+// CHECK:            ]
+// CHECK:          }
+// CHECK:        ]
+// CHECK:      }
 
 // RUN: %deps-to-rsp --module-name=first %t/result.json > %t/first.cc1.rsp
 // RUN: %deps-to-rsp --module-name=first_other %t/result.json > %t/first_other.cc1.rsp