From f643264005c428030a83e0147703b919eb31b41d Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 12 Aug 2010 00:00:41 +0000 Subject: [PATCH] update test to reflect r110876 change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110884 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/2010-08-10-DbgConstant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/2010-08-10-DbgConstant.c b/test/CodeGen/2010-08-10-DbgConstant.c index 285368586b..5b8f06470c 100644 --- a/test/CodeGen/2010-08-10-DbgConstant.c +++ b/test/CodeGen/2010-08-10-DbgConstant.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -S -emit-llvm -g %s -o - | grep DW_TAG_constant +// RUN: %clang_cc1 -S -emit-llvm -g %s -o - | grep DW_TAG_variable static const unsigned int ro = 201; void bar(int); -- 2.50.1