Index: mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py |
diff --git a/mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py b/mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py |
index 60fb1452c97154b6a7f4b19178d221f9ac8cc03f..331e6c59e40a21dabb31a7785ca1c1f312f7a579 100755 |
--- a/mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py |
+++ b/mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py |
@@ -13,7 +13,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)))) |
-DART_DIR = os.path.join(SRC_ROOT, 'dart') |
+DART_DIR = os.path.join(SRC_ROOT, 'mojo', 'public', 'third_party', 'dart') |
VM_SNAPSHOT_FILES=[ |
# Header files. |