Fix flag name in low_bandwidth_audio_test.py
TBR=kjellander@webrtc.org, oprypin@webrtc.org
No-Try: true
Bug: chromium:755660
Change-Id: I6bf5dda5374cae16da54aa10e77b136c638e1975
Reviewed-on: https://webrtc-review.googlesource.com/6442
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20148}
diff --git a/audio/test/low_bandwidth_audio_test.py b/audio/test/low_bandwidth_audio_test.py
index b92000e..05dcf47 100755
--- a/audio/test/low_bandwidth_audio_test.py
+++ b/audio/test/low_bandwidth_audio_test.py
@@ -58,7 +58,7 @@
# Ignore Chromium-specific flags
parser.add_argument('--isolated-script-test-output',
type=str, default=None)
- parser.add_argument('--isolated-script-test-chartjson-output',
+ parser.add_argument('--isolated-script-test-perf-output',
type=str, default=None)
args = parser.parse_args()