summaryrefslogtreecommitdiff
path: root/js/test/Ice/es5/inheritance/run.js
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-11-25 13:13:22 +0100
committerBenoit Foucher <benoit@zeroc.com>2016-11-25 13:13:22 +0100
commitdcdc32af1fced49d80a8ccd93230e15d91ab45d8 (patch)
treeeb69e2555fbd54496fce8a33f4dd610e1473ff51 /js/test/Ice/es5/inheritance/run.js
parentC# IceSSL/configuration log expired certificate exceptions. (diff)
downloadice-dcdc32af1fced49d80a8ccd93230e15d91ab45d8.tar.bz2
ice-dcdc32af1fced49d80a8ccd93230e15d91ab45d8.tar.xz
ice-dcdc32af1fced49d80a8ccd93230e15d91ab45d8.zip
Refactored test scripts
Diffstat (limited to 'js/test/Ice/es5/inheritance/run.js')
-rw-r--r--js/test/Ice/es5/inheritance/run.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/js/test/Ice/es5/inheritance/run.js b/js/test/Ice/es5/inheritance/run.js
deleted file mode 100644
index a288c69ca80..00000000000
--- a/js/test/Ice/es5/inheritance/run.js
+++ /dev/null
@@ -1,12 +0,0 @@
-"use strict";
-
-// **********************************************************************
-//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice is licensed to you under the terms described in the
-// ICE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-require("../../../Common/es5/Common").run(module);