Skip to content

Commit

Permalink
fix cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jan 27, 2017
1 parent 96e1e66 commit cc3d7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/env_var_tests.cpp
Expand Up @@ -40,7 +40,7 @@ int SetUpEnvironmentImpl(void)

if( ::iutest::internal::posix::PutEnv("IUTEST_DEFAULT_PACKAGE_NAME=env_var") == -1 ) return -1;
if( ::iutest::internal::posix::PutEnv("IUTEST_FILE_LOCATION=vs") == -1 ) return -1;

return 0;
}

Expand Down

0 comments on commit cc3d7db

Please sign in to comment.