| Index: mojo/dart/embedder/snapshotter/test/dart_snapshotter_test.py
|
| diff --git a/mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py b/mojo/dart/embedder/snapshotter/test/dart_snapshotter_test.py
|
| similarity index 98%
|
| rename from mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py
|
| rename to mojo/dart/embedder/snapshotter/test/dart_snapshotter_test.py
|
| index 60fb1452c97154b6a7f4b19178d221f9ac8cc03f..249635d237d8247a920f46b392451e0f07012427 100755
|
| --- a/mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py
|
| +++ b/mojo/dart/embedder/snapshotter/test/dart_snapshotter_test.py
|
| @@ -12,7 +12,7 @@ import tempfile
|
|
|
| SNAPSHOT_TEST_DIR = os.path.dirname(os.path.abspath(__file__))
|
| SRC_ROOT = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(
|
| - SNAPSHOT_TEST_DIR))))
|
| + os.path.dirname(SNAPSHOT_TEST_DIR)))))
|
| DART_DIR = os.path.join(SRC_ROOT, 'dart')
|
|
|
| VM_SNAPSHOT_FILES=[
|
|
|