Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: testing/iossim/iossim.mm

Issue 2520993005: Do not ignore -t, -u arguments to iossim (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/iossim/iossim.mm
diff --git a/testing/iossim/iossim.mm b/testing/iossim/iossim.mm
index 09473b732ca1587c3d042dd3ad5730e32bf82b95..82a59ac33ea97dfadead1d1e4b3a933cd4125981 100644
--- a/testing/iossim/iossim.mm
+++ b/testing/iossim/iossim.mm
@@ -359,9 +359,6 @@ int main(int argc, char* const argv[]) {
case 'h':
PrintUsage();
exit(kExitSuccess);
- case 'u':
- case 't':
- // Ignore 'u' and 't', used by old version of iossim.
break;
default:
PrintUsage();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698