Chromium Code Reviews| Index: sdk/bin/dartfmt |
| diff --git a/sdk/bin/dartfmt b/sdk/bin/dartfmt |
| index e4de89cfe73b42e72a2625bf5dd285c52e7e07d2..bc53f3683fa3430e4cc0bf028c7ff0f444751aa4 100755 |
| --- a/sdk/bin/dartfmt |
| +++ b/sdk/bin/dartfmt |
| @@ -30,7 +30,7 @@ DARTFMT="$DART_ROOT/third_party/pkg_tested/dart_style/bin/format.dart" |
| if [ -z "$DART_CONFIGURATION" ]; |
| then |
| - DART_CONFIGURATION="ReleaseIA32" |
| + DART_CONFIGURATION="ReleaseX64" |
|
Søren Gjesse
2015/12/17 12:08:34
Why is this not trying different configurations as
|
| fi |
| if [[ `uname` == 'Darwin' ]]; then |