From: Nico Weber Date: Tue, 23 Dec 2014 19:30:13 +0000 (+0000) Subject: Remove unused test input. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ef9d72a247fd502071742523c8ffdd7f5056fe2;p=clang Remove unused test input. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224784 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/Inputs/pr19692/my.cc b/test/Modules/Inputs/pr19692/my.cc deleted file mode 100644 index bb0b7c531f..0000000000 --- a/test/Modules/Inputs/pr19692/my.cc +++ /dev/null @@ -1,5 +0,0 @@ -#include "TFoo.h" -#include "stdint.h" - - int k = INT64_MAX; // error! -