blob: e4efa390cd0c08eeb2e6c69ea3f0593573ec1c61 [file] [log] [blame]
# Copyright 2018 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.
DEPS = [
'test_utils',
]
def RunSteps(api):
api.test_utils.run_tests(api, [], '')
def GenTests(api):
yield (
api.test('should_warn')
)