Revert "WIP: Enable Travis clang build"

This commit is contained in:
Kim Kulling
2017-10-06 15:42:05 +02:00
committed by GitHub
parent 4a9ab98240
commit c1f93a69ae
48 changed files with 1060 additions and 6538 deletions

View File

@@ -70,7 +70,7 @@ TEST_F( utRevmoveVCProcess, issue1266_ProcessMeshTest_NoCrash ) {
mesh->mNumVertices = 1;
mesh->mColors[ 0 ] = new aiColor4D[ 2 ];
scene->mMeshes[ 0 ] = mesh;
std::unique_ptr<RemoveVCProcess> process(new RemoveVCProcess);
RemoveVCProcess *process = new RemoveVCProcess;
process->Execute( scene );
delete scene;
}