Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Remove apparently-unneeded file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Oct 7, 2017
1 parent 386a1e7 commit 7c14734
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/form/require-collision/foo.js

This file was deleted.

2 changes: 1 addition & 1 deletion test/form/require-collision/input.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function() {
var foo = require("./foo");
var foo = require("foo");
var require$$0 = "FAIL";
console.log(foo);
})();
4 changes: 2 additions & 2 deletions test/form/require-collision/output.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import './foo';
import require$$1 from 'commonjs-proxy:./foo';
import 'foo';
import require$$1 from 'commonjs-proxy:foo';

(function() {
var foo = require$$1;
Expand Down

0 comments on commit 7c14734

Please sign in to comment.