Skip to content

Commit 596ccd6

Browse files
committed
Fix testcase
1 parent 8a486f7 commit 596ccd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/TableGen/directive1.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ def TDL_DirA : Directive<[Spelling<"dira">]> {
356356
// IMPL-NEXT: return "clauseb";
357357
// IMPL-NEXT: case TDLC_clausec: {
358358
// IMPL-NEXT: static const llvm::directive::Spelling TDLC_clausec_spellings[] = {
359-
// IMPL-NEXT: {"clausec", {1, 2147483647}},
360-
// IMPL-NEXT: {"ccccccc", {1, 2147483647}},
359+
// IMPL-NEXT: {"clausec", {0, 2147483647}},
360+
// IMPL-NEXT: {"ccccccc", {0, 2147483647}},
361361
// IMPL-NEXT: };
362362
// IMPL-NEXT: return llvm::directive::FindName(TDLC_clausec_spellings, Version);
363363
// IMPL-NEXT: }

0 commit comments

Comments
 (0)