Fix for Modify TypePrinter to differentiate between anonymous struct and unnamed struct

One of the lldb tests needed additional fixes.

GitOrigin-RevId: 1e0819395657a9306f609849dcd3be9d7fb0c894
diff --git a/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test b/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test
index 8dddea0..8bdc221 100644
--- a/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test
+++ b/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test
@@ -22,5 +22,5 @@
 
 RUN: %lldb %t -b -o "target variable a e ec" | FileCheck --check-prefix=VARS %s
 VARS: (const (unnamed struct)) a = {}
-VARS: (const (anonymous enum)) e = 0x1
-VARS: (const (anonymous enum)) ec = 0x1
+VARS: (const (unnamed enum)) e = 0x1
+VARS: (const (unnamed enum)) ec = 0x1