| Index: mojo/tools/data/unittests
|
| diff --git a/mojo/tools/data/unittests b/mojo/tools/data/unittests
|
| index 6fe9f6e454eae4325a0787cd099c338a15d026d1..8cb09dce09c2a74101d4b673c4a9f7b248475fa9 100644
|
| --- a/mojo/tools/data/unittests
|
| +++ b/mojo/tools/data/unittests
|
| @@ -80,8 +80,8 @@ if config.target_os != config.OS_ANDROID:
|
| },
|
| ]
|
|
|
| -# TODO: get dart unittests working with asan and android.
|
| -if not config.sanitizer and config.target_os != config.OS_ANDROID:
|
| +# TODO: get dart unittests working with android.
|
| +if config.target_os != config.OS_ANDROID:
|
| tests += [
|
| {
|
| "test": "dart_unittests",
|
|
|