build: rename the ivy compile mode 'local' to 'aot' (#26686)

PR Close #26686
This commit is contained in:
Igor Minar
2018-10-23 09:54:12 -07:00
committed by Alex Rickabaugh
parent a012ffbd5b
commit cace4dea64
35 changed files with 59 additions and 63 deletions

View File

@ -26,8 +26,8 @@ jasmine_node_test(
name = "test",
bootstrap = ["angular/tools/testing/init_node_spec.js"],
tags = [
"fixme-ivy-aot",
"fixme-ivy-jit",
"fixme-ivy-local",
],
deps = [
":test_lib",