[bindings/go] Add a missing `,` in the test code to fix a go compile

failure.

llvm-svn: 327771
This commit is contained in:
Chandler Carruth 2018-03-17 15:12:52 +00:00
parent 161ccb0e14
commit 7e71129be4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ func TestAttributes(t *testing.T) {
"uwtable",
"zeroext",
"cold",
"nocf_check"
"nocf_check",
}
for _, name := range attrTests {