diff options
author | Ted Kremenek <kremenek@apple.com> | 2012-02-24 06:01:01 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2012-02-24 06:01:01 +0000 |
commit | 5b03c17bc9cdc0989e59d73c8f76279600812b60 (patch) | |
tree | 3d0ed2946434422cd08fca864003a459fb604ee1 /test/Analysis/inline-unique-reports.c | |
parent | 2042fc1f36d471f437023e8899f0c4fadded2341 (diff) |
Remove stray path in test file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151347 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/inline-unique-reports.c')
-rw-r--r-- | test/Analysis/inline-unique-reports.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Analysis/inline-unique-reports.c b/test/Analysis/inline-unique-reports.c index 976eca28e1..425fea1208 100644 --- a/test/Analysis/inline-unique-reports.c +++ b/test/Analysis/inline-unique-reports.c @@ -20,7 +20,6 @@ void test_bug_2() { // CHECK: <dict> // CHECK: <key>files</key> // CHECK: <array> -// CHECK: <string>/Volumes/Data/Users/kremenek/llvm/tools/clang/test/Analysis/inline-unique-reports.c</string> // CHECK: </array> // CHECK: <key>diagnostics</key> // CHECK: <array> |