r24 | charles.nicholson | 2010-03-19 18:34:42 -0500 (Fri, 19 Mar 2010) | 1 line

inject 'using namespace std' into TestTestMacros.cpp
This commit is contained in:
Patrick Johnmeyer 2013-01-09 23:45:02 -06:00
parent 7510e7f42b
commit e4272010e6

View file

@ -8,6 +8,7 @@
#include "ScopedCurrentTest.h"
using namespace UnitTest;
using namespace std;
namespace {