| Index: build/nocompile.gni
|
| diff --git a/build/nocompile.gni b/build/nocompile.gni
|
| index a113c3843a7ac42780b9bdf54ce16e1f2790d1a6..7c91c673e37213f9255b6d9feda484f850f390da 100644
|
| --- a/build/nocompile.gni
|
| +++ b/build/nocompile.gni
|
| @@ -59,9 +59,7 @@ import("//testing/test.gni")
|
|
|
| declare_args() {
|
| # TODO(crbug.com/105388): make sure no-compile test is not flaky.
|
| - # TODO(crbug.com/695991): reenable if
|
| - # is_linux && is_clang && host_cpu == target_cpu
|
| - enable_nocompile_tests = false
|
| + enable_nocompile_tests = is_linux && is_clang && host_cpu == target_cpu
|
| }
|
|
|
| if (enable_nocompile_tests) {
|
|
|