diff options
-rw-r--r-- | test/MC/AsmParser/directive_seh.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/AsmParser/directive_seh.s b/test/MC/AsmParser/directive_seh.s index b4384da..98fc606 100644 --- a/test/MC/AsmParser/directive_seh.s +++ b/test/MC/AsmParser/directive_seh.s @@ -12,6 +12,9 @@ # CHECK-NOT: .section{{.*}}.xdata # CHECK: .seh_handlerdata # CHECK: .text +# CHECK: .seh_startchained +# CHECK: .seh_endprologue +# CHECK: .seh_endchained # CHECK: .seh_endproc .text |