about summary refs log tree commit diff stats
path: root/002test.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-24 17:43:45 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-24 17:43:45 -0700
commit6179649e43d08e08460382df6a333cdd58ca0a9a (patch)
tree394b50f8306e5c411e52724187b3c60788c75a93 /002test.cc
parente766fd13d6d2102491979c98803f566b04d2f258 (diff)
downloadmu-6179649e43d08e08460382df6a333cdd58ca0a9a.tar.gz
1641
Snapshot in switching editor-data.cursor to editor-data.before-cursor.
But I have trouble coercing events to touch events, even though using
the integer tag 2 for the conversion works.
Diffstat (limited to '002test.cc')
-rw-r--r--002test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/002test.cc b/002test.cc
index a35f95bf..d59309a2 100644
--- a/002test.cc
+++ b/002test.cc
@@ -54,7 +54,7 @@ if (Run_tests) {
   time_t t; time(&t);
   cerr << "C tests: " << ctime(&t);
   for (size_t i=0; i < sizeof(Tests)/sizeof(Tests[0]); ++i) {
-//?     cerr << i << '\n'; //? 1
+//?     cerr << i << '\n'; //? 2
     run_test(i);
   }
   // End Tests