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:
andrew@webrtc.org 2013-01-05 03:30:11 +00:00
parent bcb717428f
commit 1926d33344

View File

@ -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_;