1AUTHOR = "Gregory Smith <gps@google.com>"
2NAME = "error test of a buggy test class"
3TEST_TYPE = "client"
4TEST_CLASS = "General"
5TEST_CATEGORY = "Functional"
6TIME = "SHORT"
7DOC = """Simulate a buggy test. This is for testing Autotest itself."""
8
9job.run_test('error_test_bug')
10