Index: tools/testing/dart/test_options.dart |
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
index 8674804511c7809a18fff2501af2c59651b684a0..7e164f041e187425a54f51cc92b75b725f309a11 100644 |
--- a/tools/testing/dart/test_options.dart |
+++ b/tools/testing/dart/test_options.dart |
@@ -224,6 +224,12 @@ class TestOptionsParser { |
[], |
false, |
type: 'bool'), |
+ new _TestOptionSpecification( |
+ 'kernel_snapshot_to_use_in_vm', |
+ 'Enable the internal pipeline in vm to use given kernel snapshot', |
+ ['--kernel-snapshot-to-use-in-vm'], |
+ [], |
+ ''), |
new _TestOptionSpecification('hot_reload', 'Run hot reload stress tests', |
['--hot-reload'], [], false, |
type: 'bool'), |