summaryrefslogtreecommitdiff
path: root/voice_engine
diff options
context:
space:
mode:
authorandrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-01-05 03:30:11 +0000
committerandrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-01-05 03:30:11 +0000
commitfbb6e45a37e84d50313318b1ad1e94f4bf1322f3 (patch)
tree1adfeb59f63701277fc97b28c8e3cc5e14ae2f6b /voice_engine
parent8fb56c76716de952527b618393034504c01e5ee6 (diff)
downloadwebrtc-fbb6e45a37e84d50313318b1ad1e94f4bf1322f3.tar.gz
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/webrtc@3335 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine')
-rw-r--r--voice_engine/test/auto_test/fixtures/before_initialization_fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h b/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
index d9c29d5e..c65ea6a3 100644
--- a/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
+++ b/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_;