blob: 9a0edde6bc79e2714c2f5d85c56af2ab8f4276a4 [file] [log] [blame]
#!/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)