diff options
Diffstat (limited to 'test/other/tc_function.rb')
-rw-r--r-- | test/other/tc_function.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/tc_function.rb b/test/other/tc_function.rb index 998fac7ae..22539cd0e 100644 --- a/test/other/tc_function.rb +++ b/test/other/tc_function.rb @@ -1,7 +1,7 @@ if __FILE__ == $0 $:.unshift '..' $:.unshift '../../lib' - $blinkbase = "../.." + $blinkbase = "../../../../language/trunk" end require 'blink/function' |