Remove some orphaned test files. no bug, DONTBUILD

--HG--
extra : rebase_source : da04a6ee5cd254c69886b10926bd702dbea0f14d
This commit is contained in:
Ted Mielczarek 2013-03-15 08:31:05 -04:00
Родитель 56cfa7c42b
Коммит 23c36619df
3 изменённых файлов: 0 добавлений и 17 удалений

Просмотреть файл

@ -1,8 +0,0 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
int main(int argc, char** argv)
{
return 0;
}

Двоичные данные
build/unifytest.class

Двоичный файл не отображается.

Просмотреть файл

@ -1,9 +0,0 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
class unifytest {
public static void main(String[] args) {
return;
}
}