Skip to content

Commit 3779d79

Browse files
committed
[gn] Fix typo from afa3250
1 parent 7bf33c8 commit 3779d79

File tree

1 file changed

+2
-2
lines changed
  • llvm/utils/gn/secondary/llvm/unittests/Option

1 file changed

+2
-2
lines changed

llvm/utils/gn/secondary/llvm/unittests/Option/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ tablegen("Opts") {
66
args = [ "-gen-opt-parser-defs" ]
77
}
88

9-
tablegen("SubcommandOpts") {
9+
tablegen("SubCommandOpts") {
1010
visibility = [ ":OptionTests" ]
1111
args = [ "-gen-opt-parser-defs" ]
1212
}
1313

1414
unittest("OptionTests") {
1515
deps = [
1616
":Opts",
17-
":SubcommandOpts",
17+
":SubCommandOpts",
1818
"//llvm/lib/Option",
1919
"//llvm/lib/Support",
2020
]

0 commit comments

Comments
 (0)