From 7b6dbc66f918ece79b85ff39643551baf46c1502 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 19 Apr 2009 20:16:27 +0000 Subject: [PATCH] rename test for consistency with other pragma test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69539 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Preprocessor/{poison.c => pragma_poison.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Preprocessor/{poison.c => pragma_poison.c} (100%) diff --git a/test/Preprocessor/poison.c b/test/Preprocessor/pragma_poison.c similarity index 100% rename from test/Preprocessor/poison.c rename to test/Preprocessor/pragma_poison.c -- 2.50.1