remove unused, duplicated test

git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4059 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
Minero Aoki 2008-09-27 20:13:03 +00:00
parent 4be975bb5b
commit 47b631eaa7
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
import stdio;
int
main(int argc, char **argv)
{
printf("マルチバイト文字ですよ〜\n");
return 0;
}