From: Adrian Prantl Date: Mon, 15 Dec 2014 19:25:33 +0000 (+0000) Subject: Update this testcase for the new metadata assembler syntax. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abc56d775ef19f709b75c676a23fcb9b6c99762d;p=clang Update this testcase for the new metadata assembler syntax. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224262 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/debug-info-version.c b/test/CodeGen/debug-info-version.c index 7fa6468889..5fe2e4eb57 100644 --- a/test/CodeGen/debug-info-version.c +++ b/test/CodeGen/debug-info-version.c @@ -5,4 +5,4 @@ int main (void) { } // CHECK: i32 2, !"Debug Info Version", i32 2} -// NO_DEBUG-NOT: metadata !"Debug Info Version" +// NO_DEBUG-NOT: !"Debug Info Version"