diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-09-18 23:01:54 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-09-18 23:01:54 +0000 |
commit | d913c86b939f04652d10bcd8877ec00670677836 (patch) | |
tree | d13c211916ec79fbc3511adc65f4ecc80c07eff6 /debuginfo-tests | |
parent | c370a8a2f09a339163d05b7302759209b52f3f25 (diff) | |
download | bcm5719-llvm-d913c86b939f04652d10bcd8877ec00670677836.tar.gz bcm5719-llvm-d913c86b939f04652d10bcd8877ec00670677836.zip |
don't use CHECK-NEXT because it may be on the same line.
llvm-svn: 190969
Diffstat (limited to 'debuginfo-tests')
-rw-r--r-- | debuginfo-tests/sret.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfo-tests/sret.cpp b/debuginfo-tests/sret.cpp index 863e347d1f7..0d8021a454d 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 { |