Commit 90660cd9 authored by scherkus@chromium.org's avatar scherkus@chromium.org

Fixes minor issue in unit test where I had used DISABLE_ instead of DISABLED_.

Patch by henrika@chromium.org:
http://codereview.chromium.org/8678007/

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111397 0039d316-1c4b-4281-b951-d872f2087c98
parent 94ef5167
......@@ -489,7 +489,7 @@ TEST(WinAudioOutputTest, WASAPIAudioOutputStreamTestMono) {
// with --gtest_also_run_disabled_tests or set the GTEST_ALSO_RUN_DISABLED_TESTS
// environment variable to a value greater than 0.
// The test files are approximately 20 seconds long.
TEST(WinAudioOutputTest, DISABLE_WASAPIAudioOutputStreamReadFromFile) {
TEST(WinAudioOutputTest, DISABLED_WASAPIAudioOutputStreamReadFromFile) {
if (!CanRunAudioTests())
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment