Debugger: Ignore struct vs class in anon struct autotest

Change-Id: I4c1ac482005d216291fb7b54396577f78eccf7c9
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2014-01-09 17:45:41 +01:00
parent 9c035bb670
commit 696845b5ae

View File

@@ -5192,7 +5192,7 @@ void tst_Dumpers::dumper_data()
"struct S { int x, y; } n = {10, 20};\n"
"unused(&v, &n);\n")
% DumpTestLldbEngine
% Check("v", "", "<anonymous class>")
% Check("v", "", Pattern("<anonymous .*>"))
% Check("n", "", "S")
% Check("v.#1.a", "2", "int")
% Check("v.#2.b", "3", "int")