[cfe-commits] r157954 - /cfe/trunk/test/Analysis/diagnostics/undef-value-caller.c

Anna Zaks ganna at apple.com
Mon Jun 4 14:59:02 PDT 2012


Author: zaks
Date: Mon Jun  4 16:59:02 2012
New Revision: 157954

URL: http://llvm.org/viewvc/llvm-project?rev=157954&view=rev
Log:
[analyzer] Fixup for r157950. Unbreak the bots.

Modified:
    cfe/trunk/test/Analysis/diagnostics/undef-value-caller.c

Modified: cfe/trunk/test/Analysis/diagnostics/undef-value-caller.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/diagnostics/undef-value-caller.c?rev=157954&r1=157953&r2=157954&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/diagnostics/undef-value-caller.c (original)
+++ cfe/trunk/test/Analysis/diagnostics/undef-value-caller.c Mon Jun  4 16:59:02 2012
@@ -13,8 +13,6 @@
 //CHECK:  <dict>
 //CHECK:   <key>files</key>
 //CHECK:   <array>
-//CHECK:    <string>/Users/anya/workspace/gllvm/llvm/tools/clang/test/Analysis/diagnostics/undef-value-caller.c</string>
-//CHECK:    <string>/Users/anya/workspace/gllvm/llvm/tools/clang/test/Analysis/diagnostics/undef-value-callee.h</string>
 //CHECK:   </array>
 //CHECK:   <key>diagnostics</key>
 //CHECK:   <array>





More information about the cfe-commits mailing list