Index: chrome/test/data/extensions/api_test/idltest/nocompile/nocompile.js |
diff --git a/chrome/test/data/extensions/api_test/idltest/nocompile/nocompile.js b/chrome/test/data/extensions/api_test/idltest/nocompile/nocompile.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..52003d6c7fbdac09db8e6380d24bd250e4bc06c8 |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/idltest/nocompile/nocompile.js |
@@ -0,0 +1,13 @@ |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+chrome.test.runTests([ |
+ |
+ function functionDefinition() { |
+ chrome.test.assertEq("function", |
+ typeof(chrome.experimental.idltest.nocompileFunc)); |
+ chrome.test.succeed(); |
+ } |
+ |
+]); |