diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/enum.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/enum.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/COFF/enum.ll b/llvm/test/DebugInfo/COFF/enum.ll index 6e511663f1d..ca177deb64d 100644 --- a/llvm/test/DebugInfo/COFF/enum.ll +++ b/llvm/test/DebugInfo/COFF/enum.ll @@ -15,7 +15,7 @@ ; CHECK-NEXT: } ; CHECK-NEXT: Enum (0x1001) { ; CHECK-NEXT: TypeLeafKind: LF_ENUM (0x1507) -; CHECK-NEXT: NumEnumerators: 0 +; CHECK-NEXT: NumEnumerators: 1 ; CHECK-NEXT: Properties [ (0x0) ; CHECK-NEXT: ] ; CHECK-NEXT: UnderlyingType: int (0x74) |