diff options
Diffstat (limited to 'ash/PRESUBMIT.py')
-rw-r--r-- | ash/PRESUBMIT.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/PRESUBMIT.py b/ash/PRESUBMIT.py index 12f1918..10d76d2 100644 --- a/ash/PRESUBMIT.py +++ b/ash/PRESUBMIT.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -9,4 +9,4 @@ for more details on the presubmit API built into gcl. """ def GetPreferredTrySlaves(): - return ['linux_aura:compile'] + return ['linux_chromeos_aura:compile'] |