Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Unified Diff: Source/bindings/tests/idls/TestInterfaceDoNotCheckConstants.idl

Issue 101403002: IDL compiler: Consolidate test IDL files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/tests/idls/TestInterfaceDoNotCheckConstants.idl
diff --git a/Source/bindings/tests/idls/TestDoNotCheckConstantsInterface.idl b/Source/bindings/tests/idls/TestInterfaceDoNotCheckConstants.idl
similarity index 97%
rename from Source/bindings/tests/idls/TestDoNotCheckConstantsInterface.idl
rename to Source/bindings/tests/idls/TestInterfaceDoNotCheckConstants.idl
index 61cdb7d5b878728adb4cb4907289000e4804ab14..1c8953608178daa501478563c0a760ff339f670c 100644
--- a/Source/bindings/tests/idls/TestDoNotCheckConstantsInterface.idl
+++ b/Source/bindings/tests/idls/TestInterfaceDoNotCheckConstants.idl
@@ -30,7 +30,7 @@
[
DoNotCheckConstants,
-] interface TestDoNotCheckConstantsInterface {
+] interface TestInterfaceDoNotCheckConstants {
const unsigned short CONST_VALUE_0 = 0;
[Reflect=CONST_CPP] const short CONST_JAVASCRIPT = 1;
};
« no previous file with comments | « Source/bindings/tests/idls/TestInterfaceCheckSecurity.idl ('k') | Source/bindings/tests/idls/TestInterfacePython.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698