blob: 92585223f45e65ada6ef3ad25829818190c02e06 [file] [log] [blame]
from autotest_lib.client.bin import test
class error_cleanup(test.test):
version = 1
def execute(self):
pass
def cleanup(self):
raise NameError("test a bug in cleanup()")