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

Unified Diff: client/dom/scripts/idlnode_test.py

Issue 9152018: Remove everything to do with snippets (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 months 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
« no previous file with comments | « client/dom/scripts/idlnode.py ('k') | client/dom/scripts/idlparser.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/idlnode_test.py
diff --git a/client/dom/scripts/idlnode_test.py b/client/dom/scripts/idlnode_test.py
index 86e2b21fc69c950890dad9800db1b5a7fa3df5bf..7d22a330780f9925b469b243f364d7ee50b9f2b9 100755
--- a/client/dom/scripts/idlnode_test.py
+++ b/client/dom/scripts/idlnode_test.py
@@ -141,14 +141,6 @@ AST :
'interface Shape {}; interface Rectangle : Shape {}; interface Square : Rectangle, Shape {};',
{'interfaces': [{'id': 'Shape'}, {'parents': [{'type': {'id': 'Shape'}}], 'id': 'Rectangle'}, {'parents': [{'type': {'id': 'Rectangle'}}, {'type': {'id': 'Shape'}}], 'id': 'Square'}]})
- def test_snippets(self):
- self._run_test(
- idlparser.FREMONTCUT_SYNTAX,
- '''interface I {
- snippet {bla bla bla bla};
- };''',
- {'interfaces': [{'id': 'I', 'snippets': [{'text': 'bla bla bla bla'}]}]})
-
if __name__ == "__main__":
logging.config.fileConfig("logging.conf")
if __name__ == '__main__':
« no previous file with comments | « client/dom/scripts/idlnode.py ('k') | client/dom/scripts/idlparser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698