]> granicus.if.org Git - clang/commitdiff
Fix buildbot failure from r373217 (don't match metadata id exactly)
authorTeresa Johnson <tejohnson@google.com>
Mon, 30 Sep 2019 17:26:48 +0000 (17:26 +0000)
committerTeresa Johnson <tejohnson@google.com>
Mon, 30 Sep 2019 17:26:48 +0000 (17:26 +0000)
Fix this failure by ignoring the id of the metadata being checked:
    http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/3046/consoleFull#-21332887158254eaf0-7326-4999-85b0-388101f2d404

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373237 91177308-0d34-0410-b5e6-96231b3b80d8

test/Frontend/stdin-input.c

index 334c1676025855e3f61a5aeefa9bd4207d05509a..7b15482b8c51362355679f40ab417862bc85f2f2 100644 (file)
@@ -2,6 +2,6 @@
 // RUN: -Xclang -main-file-name -Xclang test/foo.c -x c - -o - | FileCheck %s
 // CHECK: ; ModuleID = 'test/foo.c'
 // CHECK: source_filename = "test/foo.c"
-// CHECK: !1 = !DIFile(filename: "test/foo.c"
+// CHECK: !DIFile(filename: "test/foo.c"
 
 int main() {}