aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/math
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-07 09:55:22 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-07 17:18:51 -0800
commit8ef43bd7c845136c971aa1ea1f29586e724e206e (patch)
tree0096af0b207a9a778d66b699fe01bb9ace78c762 /src/node/test/math
parente8132d39547b083d5a7dbdfeb64c6aa7463ab9c1 (diff)
update location of .protos in node
Diffstat (limited to 'src/node/test/math')
-rw-r--r--src/node/test/math/math_server.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node/test/math/math_server.js b/src/node/test/math/math_server.js
index 9d06596f3d..9f67c52ab0 100644
--- a/src/node/test/math/math_server.js
+++ b/src/node/test/math/math_server.js
@@ -34,7 +34,8 @@
'use strict';
var grpc = require('../..');
-var math = grpc.load(__dirname + '/math.proto').math;
+var math = grpc.load(__dirname + '/../../../proto/math/math.proto').math;
+
/**
* Server function for division. Provides the /Math/DivMany and /Math/Div