Skip to content

Commit

Permalink
'Fix' MSVC unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tribal-tec committed Aug 17, 2015
1 parent 93786a3 commit 3f840e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/issue38.cpp
Expand Up @@ -64,6 +64,10 @@ class Writer : public lunchbox::Thread

int main( int argc, char **argv )
{
#ifdef _MSC_VER
// not implemented yet, https://github.com/Eyescale/Collage/issues/38
return EXIT_SUCCESS;
#endif
co::init( argc, argv );
co::ConnectionDescriptionPtr desc = new co::ConnectionDescription;
desc->setHostname( "127.0.0.1" );
Expand Down

0 comments on commit 3f840e9

Please sign in to comment.