summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-12-15 19:25:33 +0000
committerAdrian Prantl <aprantl@apple.com>2014-12-15 19:25:33 +0000
commit98f1f278107d87d2f6848d3c57baf60600f244b0 (patch)
tree1147af6093e865ca2f8e41f72112f1d4690676d4 /clang/test
parentfe4012a969952e01975bf369df11706f84dbe6c5 (diff)
downloadbcm5719-llvm-98f1f278107d87d2f6848d3c57baf60600f244b0.tar.gz
bcm5719-llvm-98f1f278107d87d2f6848d3c57baf60600f244b0.zip
Update this testcase for the new metadata assembler syntax.
llvm-svn: 224262
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGen/debug-info-version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-info-version.c b/clang/test/CodeGen/debug-info-version.c
index 7fa64688890..5fe2e4eb570 100644
--- a/clang/test/CodeGen/debug-info-version.c
+++ b/clang/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"
OpenPOWER on IntegriCloud