diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/simple.ll')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/simple.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/COFF/simple.ll b/llvm/test/DebugInfo/COFF/simple.ll index b8e536f73ea..590e8b146c8 100644 --- a/llvm/test/DebugInfo/COFF/simple.ll +++ b/llvm/test/DebugInfo/COFF/simple.ll @@ -70,7 +70,8 @@ ; OBJ32: DisplayName: f ; OBJ32: LinkageName: _f ; OBJ32: } -; OBJ32-NEXT: ProcEnd +; OBJ32-NEXT: ProcEnd { +; OBJ32-NEXT: } ; OBJ32-NEXT: ] ; OBJ32: FunctionLineTable [ ; OBJ32-NEXT: Name: _f @@ -158,7 +159,8 @@ ; OBJ64: DisplayName: f ; OBJ64: LinkageName: f ; OBJ64: } -; OBJ64-NEXT: ProcEnd +; OBJ64-NEXT: ProcEnd { +; OBJ64-NEXT: } ; OBJ64-NEXT: ] ; OBJ64: FunctionLineTable [ ; OBJ64-NEXT: Name: f |

