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

Unified Diff: unittests/stdlib_test.py

Issue 2808833003: Stop running deprecated simulation_test (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unittests/stdlib_test.py
diff --git a/unittests/stdlib_test.py b/unittests/stdlib_test.py
index c4684ae4d57a42ab01eb16f9f7c858a16944562d..0b20dc2926cf94f033288fb3b387ef8c161553aa 100755
--- a/unittests/stdlib_test.py
+++ b/unittests/stdlib_test.py
@@ -17,9 +17,6 @@ def recipes_py(*args):
'--package', os.path.join(ROOT_DIR, 'infra', 'config', 'recipes.cfg')] +
list(args))
-# Run both current simulation test logic (simulation_test), and experimental
-# (test). Eventually the former will be removed.
-recipes_py('simulation_test')
recipes_py('test', 'run')
recipes_py('lint')
« 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