[llvm] Remove `br i1 undef` from some regression tests [NFC] (#115688)
[llvm-project.git] / llvm / test / TableGen / prep-diag13.td
blob733a46a161813188bdc0e81a73f14654565a70e2
1 // RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
3 // CHECK: error: reached EOF without matching #endif
4 // CHECK: error: the latest preprocessor control is here
5 #ifdef DISABLED
6 /*
7 #else
8 #endif
9 */