[Orc] Tidy up initialization based on review feedback for r239561 from dblaikie.
[oota-llvm.git] / test / TableGen / BitsInitOverflow.td
index c0b5da90dd854adf506b879f36df1ce3baaccb0f..c3f9720c2d3d382fa11a75f98aa281d9cc80deb7 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: not tblgen %s
+// RUN: not llvm-tblgen %s 2> /dev/null
 
 def {
   bits<2> X = 5;  // bitfield is too small, reject