forked from qt-creator/qt-creator
Debugger: Ignore struct vs class in anon struct autotest
Change-Id: I4c1ac482005d216291fb7b54396577f78eccf7c9 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -5192,7 +5192,7 @@ void tst_Dumpers::dumper_data()
|
|||||||
"struct S { int x, y; } n = {10, 20};\n"
|
"struct S { int x, y; } n = {10, 20};\n"
|
||||||
"unused(&v, &n);\n")
|
"unused(&v, &n);\n")
|
||||||
% DumpTestLldbEngine
|
% DumpTestLldbEngine
|
||||||
% Check("v", "", "<anonymous class>")
|
% Check("v", "", Pattern("<anonymous .*>"))
|
||||||
% Check("n", "", "S")
|
% Check("n", "", "S")
|
||||||
% Check("v.#1.a", "2", "int")
|
% Check("v.#1.a", "2", "int")
|
||||||
% Check("v.#2.b", "3", "int")
|
% Check("v.#2.b", "3", "int")
|
||||||
|
|||||||
Reference in New Issue
Block a user