From fdf282571ae8124c5132477c74cb27b477ba1955 Mon Sep 17 00:00:00 2001 From: vvakame Date: Tue, 19 Nov 2013 02:23:49 +0900 Subject: [PATCH] Rename runner2.ts to runner.ts --- _infrastructure/tests/compile-runner.bat | 1 + _infrastructure/tests/compile-runner2.bat | 1 - _infrastructure/tests/{runner2.js => runner.js} | 0 _infrastructure/tests/{runner2.ts => runner.ts} | 0 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 _infrastructure/tests/compile-runner.bat delete mode 100644 _infrastructure/tests/compile-runner2.bat rename _infrastructure/tests/{runner2.js => runner.js} (100%) rename _infrastructure/tests/{runner2.ts => runner.ts} (100%) diff --git a/_infrastructure/tests/compile-runner.bat b/_infrastructure/tests/compile-runner.bat new file mode 100644 index 000000000..e54803ec8 --- /dev/null +++ b/_infrastructure/tests/compile-runner.bat @@ -0,0 +1 @@ +tsc runner.ts --target ES5 --out runner.js --module commonjs \ No newline at end of file diff --git a/_infrastructure/tests/compile-runner2.bat b/_infrastructure/tests/compile-runner2.bat deleted file mode 100644 index a804c0f7d..000000000 --- a/_infrastructure/tests/compile-runner2.bat +++ /dev/null @@ -1 +0,0 @@ -tsc runner2.ts --target ES5 --out runner2.js --module commonjs \ No newline at end of file diff --git a/_infrastructure/tests/runner2.js b/_infrastructure/tests/runner.js similarity index 100% rename from _infrastructure/tests/runner2.js rename to _infrastructure/tests/runner.js diff --git a/_infrastructure/tests/runner2.ts b/_infrastructure/tests/runner.ts similarity index 100% rename from _infrastructure/tests/runner2.ts rename to _infrastructure/tests/runner.ts