*** empty log message ***
[m17n/m17n-lib-cs.git] / xex.cs
diff --git a/xex.cs b/xex.cs
index 084b43a..30b0c8a 100644 (file)
--- a/xex.cs
+++ b/xex.cs
@@ -11,7 +11,7 @@ public class Test
     Xex.Domain domain = new Xex.Domain (null);
     Xex xex = Xex.New ("xex.xml", domain);
 
-    Console.WriteLine (xex);
+    Xex.Debug = true;
     Console.WriteLine (xex.Eval (domain));
   }
 }