| #!/usr/bin/env vpython3 | |
| # Copyright 2019 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| """This is a script used for testing as a convenient failing binary.""" | |
| import sys | |
| sys.exit(1) |