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:
parent
3960b83ba4
commit
b57954b7ab
@ -89,7 +89,7 @@ func TestAttributes(t *testing.T) {
|
||||
"uwtable",
|
||||
"zeroext",
|
||||
"cold",
|
||||
"nocf_check"
|
||||
"nocf_check",
|
||||
}
|
||||
|
||||
for _, name := range attrTests {
|
||||
|
Loading…
Reference in New Issue
Block a user