Add spec for heap snapshot crash (#66).

This commit is contained in:
Cheng Zhao
2013-08-27 17:47:44 +08:00
parent fd299cb3fe
commit 018a48770a
2 changed files with 13 additions and 0 deletions

4
spec/web/debugger.coffee Normal file
View File

@@ -0,0 +1,4 @@
describe 'debugger', ->
describe 'heap snapshot', ->
it 'should not crash', ->
process.atomBinding('v8_util').takeHeapSnapshot()