소스 검색

remove comments

Milen Radkov 6 년 전
부모
커밋
b4e9a75a8b
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/sophia/sophia.test.ts

+ 0 - 6
src/sophia/sophia.test.ts

@@ -8,12 +8,6 @@
 import { testTokenization } from '../test/testRunner';
 
 testTokenization('aes', [
-
-	// contract HackBG =
-	// 	record state = { developers : map(address, developer) }
-	// 	record developer = { name : string, experience : int, skillset : list(string) }
-	// 	entrypoint init() = { developers = {} }
-
 	[{
 		line: 'contract HackBG =',
 		tokens: [