mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:28:02 +00:00
6d0453594a
- Fix argument handling in Python: argparse does not properly handle booleans. BUG= R=rmacnak@google.com Review URL: https://codereview.chromium.org/1519063004 .
7 lines
273 B
Dart
7 lines
273 B
Dart
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
|
|
// for details. All rights reserved. Use of this source code is governed by a
|
|
// BSD-style license that can be found in the LICENSE file.
|
|
|
|
void main() {
|
|
print("Success running the canary.");
|
|
}
|