From 0f93e435a1cf4ab16076de32278839fcc51efcb9 Mon Sep 17 00:00:00 2001
From: murgatroid99 <mlumish@google.com>
Date: Tue, 6 Oct 2015 10:49:12 -0700
Subject: [PATCH] Moved math proto and server to test folder

---
 src/node/{examples => test/math}/math.proto     | 0
 src/node/{examples => test/math}/math_server.js | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename src/node/{examples => test/math}/math.proto (100%)
 rename src/node/{examples => test/math}/math_server.js (100%)

diff --git a/src/node/examples/math.proto b/src/node/test/math/math.proto
similarity index 100%
rename from src/node/examples/math.proto
rename to src/node/test/math/math.proto
diff --git a/src/node/examples/math_server.js b/src/node/test/math/math_server.js
similarity index 100%
rename from src/node/examples/math_server.js
rename to src/node/test/math/math_server.js
-- 
GitLab