The unified diff between revisions [9d145ae0..] and [5faf8525..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'tokens_test.cc'

#
#
# patch "tokens_test.cc"
#  from [efaeb144b4b91b3d2bb5d6b24e56511f78f2af05]
#    to [9c4d1052169de64388df878bb13cc0e7ca664197]
#
============================================================
--- tokens_test.cc	efaeb144b4b91b3d2bb5d6b24e56511f78f2af05
+++ tokens_test.cc	9c4d1052169de64388df878bb13cc0e7ca664197
@@ -48,9 +48,6 @@ main (int argc, char *argv[])
 int
 main (int argc, char *argv[])
 {
-    cout << "waiting" << endl;
-    sleep (5);
-    cout << "running" << endl;
     test ();
     return 0;
 }