From 1926d33344d69986a6298c85f365b2ba6bd26d22 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Sat, 5 Jan 2013 03:30:11 +0000 Subject: [PATCH] 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 --- .../test/auto_test/fixtures/before_initialization_fixture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h index d9c29d5e5..c65ea6a35 100644 --- a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h +++ b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h @@ -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_;