diff options
Diffstat (limited to 'test/CompilerSpec.js')
| -rw-r--r-- | test/CompilerSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/CompilerSpec.js b/test/CompilerSpec.js index 76d3d1ca..498ee060 100644 --- a/test/CompilerSpec.js +++ b/test/CompilerSpec.js @@ -32,7 +32,7 @@ describe('compiler', function(){        return scope;      };    }); -   +    afterEach(function(){      dealoc(scope);    }); | 
