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

8
test/fixtures/hello.cpp vendored Normal file
View File

@@ -0,0 +1,8 @@
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World" << endl;
}