Remove test.py.

This file is no longer used for executing unittest.
So I removed this file in this review request.

Change-Id: I272e8512bc62ed3c11a0148e49dace86c725aaaa
This commit is contained in:
Keiichi Hikita 2017-11-21 18:16:54 +09:00
parent 314ea17fee
commit 54b8643f24
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
# -*- coding: utf-8 -*-
if __name__ == '__main__':
print("do some test.")