Skip to content

Commit 945b0dd

Browse files
committed
Fix failing test
1 parent 8d97f2d commit 945b0dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/test/TableGen/MixedCasedMnemonic.td

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def :MnemonicAlias<"InstB", "BInst">;
5353

5454
// Check that the writer preserves the case of the mnemonics.
5555
// WRITER: static const char AsmStrs[] = {
56-
// WRITER: "BInst\0"
57-
// WRITER-NEXT: "aInst\0"
56+
// WRITER: "BInst\000"
57+
// WRITER-NEXT: "aInst\000"
5858
// WRITER-NEXT: };
5959

6060
// ALIAS: static void applyMnemonicAliases(StringRef &Mnemonic, const FeatureBitset &Features, unsigned VariantID) {
@@ -73,4 +73,3 @@ def :MnemonicAlias<"InstB", "BInst">;
7373
// ALIAS-NEXT case 'b': // 1 string to match.
7474
// ALIAS-NEXT Mnemonic = "binst"; // "instb"
7575
// ALIAS-NEXT return;
76-

0 commit comments

Comments
 (0)