aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/server_test.js
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-01-20 13:52:08 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-01-20 13:52:08 -0800
commite190f35e66a6d1c2efa15d43551535402c96772a (patch)
tree20c3eb2a060fc7b7d9149361c16dd42ac740d28e /src/node/test/server_test.js
parentf1e9552ccf5c15b5b3275f6cc57427bc831e6cf0 (diff)
Completed integration of node-pre-gyp into Node library
Diffstat (limited to 'src/node/test/server_test.js')
-rw-r--r--src/node/test/server_test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/test/server_test.js b/src/node/test/server_test.js
index 592f47e145..71a9647184 100644
--- a/src/node/test/server_test.js
+++ b/src/node/test/server_test.js
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
var assert = require('assert');
var fs = require('fs');
var path = require('path');
-var grpc = require('bindings')('grpc_node');
+var grpc = require('../src/grpc_extension');
describe('server', function() {
describe('constructor', function() {