diff --git a/modules/core/test/compiler/compiler_spec.js b/modules/core/test/compiler/compiler_spec.js index f6ce46a564..161feb5959 100644 --- a/modules/core/test/compiler/compiler_spec.js +++ b/modules/core/test/compiler/compiler_spec.js @@ -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'); - }); }); }