Skip to content

Commit

Permalink
Cleanup formatting (namespace, trailing closing braces)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaizkan committed Mar 14, 2016
1 parent f92f559 commit 6b85552
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Tests/UnitTests/NetworkTests/OperatorEvaluation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@

using namespace Microsoft::MSR::CNTK;

namespace Microsoft {
namespace MSR {
namespace CNTK {
namespace Test {
namespace Microsoft { namespace MSR { namespace CNTK { namespace Test {

// Fixture specific to the operators
struct OperatorFixture : DataFixture
Expand All @@ -22,7 +19,6 @@ struct OperatorFixture : DataFixture
};

// Use SpeechReaderFixture for most tests
// Some of them (e.g. 10, will use different data, thus a different fixture)
BOOST_FIXTURE_TEST_SUITE(NetworkTestSuite, OperatorFixture)

BOOST_AUTO_TEST_CASE(NetworkOperatorPlus)
Expand All @@ -33,8 +29,4 @@ BOOST_AUTO_TEST_CASE(NetworkOperatorPlus)
"../Output/out.txt.v2" /*output*/);
};

}
}
}
}
}
}}}}}

0 comments on commit 6b85552

Please sign in to comment.