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

10
test/fixtures/bar.hpp vendored Normal file
View File

@@ -0,0 +1,10 @@
class Bar
{
protected:
char *name;
public:
void hello();
}