chore: remove hello test

This commit is contained in:
Misko Hevery 2014-10-02 20:55:35 -07:00
parent 089a2f1b62
commit cbd429640f
1 changed files with 0 additions and 3 deletions

View File

@ -3,8 +3,5 @@ import {describe, it} from 'test_lib/test_lib';
export function main() {
describe('compiler', function() {
it('should hello', function() {
print('I am working');
});
});
}