Skip to content
Snippets Groups Projects
Commit 83685c11 authored by Tobias Winkler's avatar Tobias Winkler
Browse files

remove cout in test

parent b32ab8a1
Branches
Tags
No related merge requests found
......@@ -154,7 +154,6 @@ TEST(EquivalenceCheck, randomWalk) {
l4 = l3.update("tmp", "0");
l5 = l4.update("s", "0");
l6 = l5 + l0 - l1;
cout << l6 << endl;
Dist res1 = l6;
/*
......@@ -184,8 +183,7 @@ TEST(EquivalenceCheck, randomWalk) {
l8 = l7.update("s", "0");
l9 = l8 + l3 - l4;
l10 = l9 + l0 - l1;
cout << l10 << endl;
Dist res2 = l10;
ASSERT_EQ(res1, res2);
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment