Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/tests/iojs/transitive/c.js
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tests/iojs/transitive/c.js')
-rwxr-xr-xutils/tests/iojs/transitive/c.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/tests/iojs/transitive/c.js b/utils/tests/iojs/transitive/c.js
deleted file mode 100755
index 69fd282..0000000
--- a/utils/tests/iojs/transitive/c.js
+++ /dev/null
@@ -1,3 +0,0 @@
-exports.foo = function () {
- return 1;
-};