From 264b0f306510ff1e1ef7b2938d5fff3b41ac08e3 Mon Sep 17 00:00:00 2001 From: "Mikhail R. Gadelha" Date: Thu, 28 Jun 2018 21:39:41 +0000 Subject: [PATCH] [analyzer] Move test to the correct directory It was accidentaly pushed in r335926 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335929 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/{ => Analysis}/PR37855.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{ => Analysis}/PR37855.c (100%) diff --git a/test/PR37855.c b/test/Analysis/PR37855.c similarity index 100% rename from test/PR37855.c rename to test/Analysis/PR37855.c -- 2.50.1