1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

[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 3960b83ba4
commit b57954b7ab

View File

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