Clean out noScript from the tests

This commit is contained in:
Alistair Riddoch 2011-10-13 15:19:18 +01:00
parent 102d59ff53
commit 85eebbb5b1
18 changed files with 14 additions and 50 deletions

View file

@ -102,7 +102,6 @@ int main()
Script * script = e->script();
assert(script != 0);
assert(script != &noScript);
script->hook("nohookfunction", e);
script->hook("test_hook", e);