]> granicus.if.org Git - clang/commitdiff
Eliminate dependency on where test is run from.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 17 Feb 2009 22:47:27 +0000 (22:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 17 Feb 2009 22:47:27 +0000 (22:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64837 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/stack-addr-ps.c

index 668df5ba3c6b5b084df22aaeabed35ab3d233fbe..3516fee0a4e9db3f6c106a99ebd215c2e1bb5172 100644 (file)
@@ -1,9 +1,9 @@
-// RUN: clang -analyze -checker-simple -verify -I../../../include %s &&
-// RUN: clang -analyze -checker-cfref -analyzer-store=basic -verify -I../../../include %s &&
-// RUN: clang -analyze -checker-cfref -analyzer-store=region -verify -I../../../include %s
+// RUN: clang -analyze -checker-simple -verify %s &&
+// RUN: clang -analyze -checker-cfref -analyzer-store=basic -verify %s &&
+// RUN: clang -analyze -checker-cfref -analyzer-store=region -verify %s
 
 #include <stdlib.h>
-#include <llvm/Config/config.h>
+#include "../../../../include/llvm/Config/config.h"
 #ifdef HAVE_ALLOCA_H
 # include <alloca.h>
 #endif