From 11ea9fb976170125f1e9d42bc9fd828879c87b55 Mon Sep 17 00:00:00 2001 From: hjk <hjk121@nokiamail.com> Date: Wed, 12 Mar 2014 14:54:22 +0100 Subject: [PATCH] Debugger: Ignore Clang debuginfo quirk in auto test One more pass on Mac... Change-Id: I3370040879abf948be8594dec4bf267978329bbb Reviewed-by: hjk <hjk121@nokiamail.com> --- tests/auto/debugger/tst_dumpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index 1505509f9d3..64d2a6cc68c 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -4597,7 +4597,7 @@ GdbEngine + Check("d1", "43", "Ref1") + Check("a2", "\"hello\"", "std::string") - + Check("b2", "\"bababa\"", "std::string &") + + Check("b2", "\"bababa\"", Pattern("(std::)?string &")) // Clang... + Check("c2", "\"world\"", "std::string") + Check("d2", "\"hello\"", "Ref2") -- GitLab