Change Sleep() comment in test fixture.
TBR=phoglund Review URL: https://webrtc-codereview.appspot.com/1023006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3335 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
bcb717428f
commit
1926d33344
@ -75,7 +75,7 @@ class BeforeInitializationFixture : public testing::Test {
|
||||
virtual ~BeforeInitializationFixture();
|
||||
|
||||
protected:
|
||||
// Use this sleep function to sleep in test (avoid sleep macro).
|
||||
// Use this sleep function to sleep in tests.
|
||||
void Sleep(long milliseconds);
|
||||
|
||||
webrtc::VoiceEngine* voice_engine_;
|
||||
|
Loading…
Reference in New Issue
Block a user