aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGenCXX/debug-info-vla-range.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-vla-range.cpp b/test/CodeGenCXX/debug-info-vla-range.cpp
index 476bf2285e..b6aa6dac6b 100644
--- a/test/CodeGenCXX/debug-info-vla-range.cpp
+++ b/test/CodeGenCXX/debug-info-vla-range.cpp
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
-// CHECK: DW_TAG_subrange_type
+// CHECK: metadata !{i32 {{.*}}, i64 1, i64 0} ; [ DW_TAG_subrange_type ]
struct StructName {
int member[];