remove comments

This commit is contained in:
Milen Radkov 2019-08-09 15:33:53 +03:00
parent 987f04155a
commit b4e9a75a8b
No known key found for this signature in database
GPG key ID: E56287BBBC47F781

View file

@ -8,12 +8,6 @@
import { testTokenization } from '../test/testRunner'; import { testTokenization } from '../test/testRunner';
testTokenization('aes', [ 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 =', line: 'contract HackBG =',
tokens: [ tokens: [