Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
[oota-llvm.git] / test / TableGen / String.td
1 // RUN: llvm-tblgen %s 
2 // XFAIL: vg_leak
3 class x {
4   string y = "missing terminating '\"' character";
5 }
6