[PM] Wire up support for printing assembly output from the opt command.
[oota-llvm.git] / test / TableGen / list-element-bitref.td
index 5f3e3dabf4d4af46987bc7bc528bcbeb82574f80..4622f28526eb3900d0b192b912b1ff14daa3bbd1 100644 (file)
@@ -10,6 +10,6 @@ class C<list<bits<8>> L> {
 def c0 : C<[0b0101, 0b1010]>;
 
 // CHECK: def c0
-// CHECk-NEXT: bits<2> V0 = { 0, 1 };
-// CHECk-NEXT: bits<2> V1 = { 1, 0 };
-// CHECk-NEXT: string V2 = "Odd";
+// CHECK-NEXT: bits<2> V0 = { 0, 1 };
+// CHECK-NEXT: bits<2> V1 = { 1, 0 };
+// CHECK-NEXT: string V2 = "Odd";