forked from OSchip/llvm-project
[bindings/go] Add a missing `,` in the test code to fix a go compile
failure. llvm-svn: 327771
This commit is contained in:
parent
161ccb0e14
commit
7e71129be4
|
@ -89,7 +89,7 @@ func TestAttributes(t *testing.T) {
|
||||||
"uwtable",
|
"uwtable",
|
||||||
"zeroext",
|
"zeroext",
|
||||||
"cold",
|
"cold",
|
||||||
"nocf_check"
|
"nocf_check",
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, name := range attrTests {
|
for _, name := range attrTests {
|
||||||
|
|
Loading…
Reference in New Issue