nashorn/test/script/basic/run-octane.js
changeset 16163 71f4cff209a9
parent 16151 97c1e756ae1e
child 16201 889ddb179cdf
--- a/nashorn/test/script/basic/run-octane.js	Wed Jan 09 15:02:48 2013 +0100
+++ b/nashorn/test/script/basic/run-octane.js	Wed Jan 09 22:32:40 2013 +0530
@@ -52,7 +52,7 @@
 var dir = (typeof(__DIR__) == 'undefined') ? "test/script/basic/" : __DIR__;
 
 // TODO: why is this path hard coded when it's defined in project properties?
-var path = dir + "../external/octane/benchmarks/";
+var path = dir + "../external/octane/";
 
 var runtime = "";
 var verbose = false;