*** empty log message ***
[m17n/m17n-lib-cs.git] / xex.cs
diff --git a/xex.cs b/xex.cs
index 204da36..60be5ed 100644 (file)
--- a/xex.cs
+++ b/xex.cs
@@ -9,7 +9,7 @@ public class Test
   public static void Main(params string[] args)
   {
     Xex.debug_level = 10;
-    Xex.Domain domain = new Xex.Domain (null);
+    Xex.Domain domain = new Xex.Domain ("test", null);
     Xex xex = new Xex (domain, "xex.xml");
 
     if (args.Length >= 2 && args[0] == "-d")