Skip to content

Commit

Permalink
removed print outs from a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Jul 28, 2011
1 parent 291b7fb commit d7f71bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runtime-class.mv
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Snake = class Animal, {
}
puff = Snake 'slippery snake'

print 'puff:', puff
print 'puff.toString() ->', puff.toString()
assert.strictEqual puff.name, undefined
assert.strictEqual puff.furry, false
assert.strictEqual puff.numberOfLegs, undefined
Expand Down

0 comments on commit d7f71bb

Please sign in to comment.