trace: disable out-of-metadata test step

This commit is contained in:
Christian Helmuth 2017-05-11 15:36:47 +02:00
parent 6d8bfb677e
commit 24a0810cbc
1 changed files with 2 additions and 2 deletions

View File

@ -321,8 +321,8 @@ struct Main
Main(Env &env)
{
test_1.construct(env);
test_1.destruct();
// test_1.construct(env);
// test_1.destruct();
test_2.construct(env);
test_2.destruct();