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

Unified Diff: tools/lexer_generator/test_suite.py

Issue 78053003: Experimental parser: remove bad import (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lexer_generator/test_suite.py
diff --git a/tools/lexer_generator/test_suite.py b/tools/lexer_generator/test_suite.py
index e0f4cf1607be2fedffd1d76ad7be1275ed0654a0..19d0b07efeedf7604a29aa9eaa66e1be3d1337bc 100644
--- a/tools/lexer_generator/test_suite.py
+++ b/tools/lexer_generator/test_suite.py
@@ -27,7 +27,6 @@
from unittest import TestLoader, TextTestRunner, TestSuite
-from action_test import *
from automata_test import *
from code_generator_test import *
from lexer_test import *
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698