aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/string-init.c
AgeCommit message (Expand)Author
2008-06-12Fix broken test.Argyrios Kyrtzidis
2008-06-12Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis
2008-05-19Fix the emission of expressions like char a[10] = "asdf"; previously, Eli Friedman