From d913c86b939f04652d10bcd8877ec00670677836 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 18 Sep 2013 23:01:54 +0000 Subject: [PATCH] don't use CHECK-NEXT because it may be on the same line. llvm-svn: 190969 --- debuginfo-tests/sret.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debuginfo-tests/sret.cpp b/debuginfo-tests/sret.cpp index 863e347d1f75..0d8021a454d3 100644 --- a/debuginfo-tests/sret.cpp +++ b/debuginfo-tests/sret.cpp @@ -7,7 +7,7 @@ // DEBUGGER: p a // CHECK: ${{[0-9]+}} = { // LLDB does not print artificial members. -// CHECK-NEXT: {{(_vptr\$A =)?.*}}m_int = 12 +// CHECK: {{(_vptr\$A =)?.*}}m_int = 12 class A {