Remove blob fixture namespace

This commit is contained in:
Joshua Peek
2011-06-07 10:32:23 -05:00
parent c7739119b3
commit 0d53e863df
49 changed files with 1 additions and 1 deletions

7
test/fixtures/hello.c vendored Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main()
{
printf("Hello World\n");
return 0;
}