Skip to content

Commit

Permalink
adjusting the path to include
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Jun 30, 2014
1 parent fd6ff77 commit fe51220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/benchmark/cjs-vs-system.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
var Benchmark = require("benchmark");
var System = require("../../");
var System = require("../../"); // es6-micro-loader
var cjsMod = require("./cjs/main");

System.import("./tests/benchmark/system/main").then(function (systemMod) {
System.import("tests/benchmark/system/main").then(function (systemMod) {

var suite = new Benchmark.Suite(),
a = 0, aFn = cjsMod.checkForOdd,
Expand Down

0 comments on commit fe51220

Please sign in to comment.