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

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

Issue 168943004: Experimental parser: move tests into test dir (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/code_generator_test.py ('k') | tools/lexer_generator/test/rule_parser_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lexer_generator/test/lexer_test.py
diff --git a/tools/lexer_generator/lexer_test.py b/tools/lexer_generator/test/lexer_test.py
similarity index 98%
rename from tools/lexer_generator/lexer_test.py
rename to tools/lexer_generator/test/lexer_test.py
index 72e630a66598740a0722827ed074eb368cbf57b9..23171f89b6e2fd85c4fa9b5c4f989a5d21cfc01d 100644
--- a/tools/lexer_generator/lexer_test.py
+++ b/tools/lexer_generator/test/lexer_test.py
@@ -26,8 +26,8 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import unittest
-from automaton import Term, Action
-from rule_parser import RuleProcessor
+from lexer_generator.automaton import Term, Action
+from lexer_generator.rule_parser import RuleProcessor
class LexerTestCase(unittest.TestCase):
« no previous file with comments | « tools/lexer_generator/test/code_generator_test.py ('k') | tools/lexer_generator/test/rule_parser_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698