From e190f35e66a6d1c2efa15d43551535402c96772a Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 20 Jan 2016 13:52:08 -0800 Subject: Completed integration of node-pre-gyp into Node library --- src/node/test/call_test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/node/test/call_test.js') diff --git a/src/node/test/call_test.js b/src/node/test/call_test.js index f1f86b35db..2300096d03 100644 --- a/src/node/test/call_test.js +++ b/src/node/test/call_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 @@ -34,7 +34,7 @@ 'use strict'; var assert = require('assert'); -var grpc = require('bindings')('grpc_node'); +var grpc = require('../src/grpc_extension'); /** * Helper function to return an absolute deadline given a relative timeout in -- cgit v1.2.3