summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/method-call-path-notes.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2018-08-14 00:18:48 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2018-08-14 00:18:48 +0000
commit5b2636142a95088de17f6ae4702e4c4e172a0088 (patch)
tree94374bf11b9f2019c3ea23b86fe072913cf3db61 /clang/test/Analysis/method-call-path-notes.cpp
parent936240c77a0967e3c764ad495278a909fe02f175 (diff)
downloadbcm5719-llvm-5b2636142a95088de17f6ae4702e4c4e172a0088.tar.gz
bcm5719-llvm-5b2636142a95088de17f6ae4702e4c4e172a0088.zip
Move test inputs into Inputs directory.
We don't need a new ExpectedOutputs/ convention. Expected outputs are just another form of test input. llvm-svn: 339634
Diffstat (limited to 'clang/test/Analysis/method-call-path-notes.cpp')
-rw-r--r--clang/test/Analysis/method-call-path-notes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/method-call-path-notes.cpp b/clang/test/Analysis/method-call-path-notes.cpp
index 914a24d49d0..f7f9d26900d 100644
--- a/clang/test/Analysis/method-call-path-notes.cpp
+++ b/clang/test/Analysis/method-call-path-notes.cpp
@@ -1,6 +1,6 @@
// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=text -verify %s
// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=plist-multi-file %s -o %t.plist
-// RUN: tail -n +11 %t.plist | diff -u -w - %S/ExpectedOutputs/plists/method-call-path-notes.cpp.plist
+// RUN: tail -n +11 %t.plist | diff -u -w - %S/Inputs/expected-plists/method-call-path-notes.cpp.plist
// Test warning about null or uninitialized pointer values used as instance member
// calls.
OpenPOWER on IntegriCloud