From 0289b666b5f866bd39a6e1d96e56ba348c7fecf2 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Fri, 25 Feb 2011 12:37:11 +0000 Subject: [PATCH] Rename test/Sema/expr-comma-c89.c to expr-comma-c99.c. Spotted by Anton Lokhmotov. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126482 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Sema/{expr-comma-c89.c => expr-comma-c99.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Sema/{expr-comma-c89.c => expr-comma-c99.c} (100%) diff --git a/test/Sema/expr-comma-c89.c b/test/Sema/expr-comma-c99.c similarity index 100% rename from test/Sema/expr-comma-c89.c rename to test/Sema/expr-comma-c99.c -- 2.50.1