Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / shared_module / import_not_in_whitelist / check.js
index 1a67bfd..6635d4e 100644 (file)
@@ -2,9 +2,6 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-if (typeof fail_exported != 'undefined')
-  chrome.test.notifyFail('fail.js was unintentionally exported.');
-
 if (typeof pass_exported == 'undefined')
   chrome.test.notifyFail('pass.js was not exported correctly.');