diff options
Diffstat (limited to 'src/test.cc')
-rw-r--r-- | src/test.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test.cc b/src/test.cc index c8e3292e3aee..268b35d89938 100644 --- a/src/test.cc +++ b/src/test.cc @@ -68,7 +68,7 @@ void runTests() #endif /* Restoring. */ -#if 1 +#if 0 MySource source; restorePath("outdir", source); cout << (string) hashPath("outdir") << endl; @@ -116,6 +116,8 @@ void runTests() Expr e3 = ATmake("Deref(Hash(<str>))", ((string) h3).c_str()); evalTest(e3); + + deleteValue(h3); } |