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

Unified Diff: tools/lexer_generator/test/rule_parser_test.py

Issue 169523003: Experimental parser: split and rename some files (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 6 years, 10 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 | « tools/lexer_generator/test/automata_test.py ('k') | tools/lexer_generator/test/term_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lexer_generator/test/rule_parser_test.py
diff --git a/tools/lexer_generator/test/rule_parser_test.py b/tools/lexer_generator/test/rule_parser_test.py
index db873a2f527ab9ee3655335f60806c23707ece56..17371bda64cf2a5112e915524bed4cf4d225f803 100644
--- a/tools/lexer_generator/test/rule_parser_test.py
+++ b/tools/lexer_generator/test/rule_parser_test.py
@@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import unittest
-from lexer_generator.transition_keys import KeyEncoding
+from lexer_generator.transition_key import KeyEncoding
from lexer_generator.rule_parser import RuleParserState, RuleParser
from lexer_generator.regex_parser import RegexParser
« no previous file with comments | « tools/lexer_generator/test/automata_test.py ('k') | tools/lexer_generator/test/term_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698