xref: /llvm-project/llvm/test/tools/UpdateTestChecks/update_test_body/gen-unterminated.test (revision aacea0d0f67401f5a0b74947f3ff179ade9cbf6d)
1# RUN: cp %s %t && not %update_test_body %t 2>&1 | FileCheck %s
2
3# CHECK: 'gen' should be followed by another part (---) or .endif
4
5#--- a.txt
6.long 0
7#--- gen
8cat a.txt
9