[debuginfo-tests] r190969 - don't use CHECK-NEXT because it may be on the same line.

Adrian Prantl aprantl at apple.com
Wed Sep 18 16:01:54 PDT 2013


Author: adrian
Date: Wed Sep 18 18:01:54 2013
New Revision: 190969

URL: http://llvm.org/viewvc/llvm-project?rev=190969&view=rev
Log:
don't use CHECK-NEXT because it may be on the same line.

Modified:
    debuginfo-tests/trunk/sret.cpp

Modified: debuginfo-tests/trunk/sret.cpp
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/sret.cpp?rev=190969&r1=190968&r2=190969&view=diff
==============================================================================
--- debuginfo-tests/trunk/sret.cpp (original)
+++ debuginfo-tests/trunk/sret.cpp Wed Sep 18 18:01:54 2013
@@ -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
 {





More information about the llvm-commits mailing list