made ParseConfig compile again (not really needed, but it broke the lab build)

This commit is contained in:
Frank Seide 2015-08-31 21:02:50 -07:00
Родитель 6599e9e8bb
Коммит de71e8a101
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -52,6 +52,12 @@ ComputationNetwork<ElemType>* net = startEpoch < 0 ? netBuilder->BuildNetworkFro
// - there is also SparseLearnableParameter, but that's a different ComputationNode class type
#endif
namespace Microsoft { namespace MSR { namespace BS {
// this only makes it build--this test wrapper is dead by now
const ConfigurableRuntimeType * FindExternalRuntimeTypeInfo(const wstring &) { return nullptr; }
}}}
int wmain(int /*argc*/, wchar_t* /*argv*/[])
{
SomeTests();