diff trunk/src/main.d @ 764:4579e8505d5e

Fixed unittests and removed dil.File. Fixed Converter.UTF16toUTF8(). Fixed an encode() function in dil.Unicode.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 16 Feb 2008 03:28:39 +0100
parents 9c47f377ca0b
children bc812843603c
line wrap: on
line diff
--- a/trunk/src/main.d	Sat Feb 16 01:47:39 2008 +0100
+++ b/trunk/src/main.d	Sat Feb 16 03:28:39 2008 +0100
@@ -23,7 +23,6 @@
 import dil.SettingsLoader;
 import dil.CompilerInfo;
 import dil.Information;
-import dil.File;
 import dil.SourceText;
 
 import cmd.Generate;