commit | b40d3c82d17b49155d739e3eb374e88967b858dc | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Oct 15 11:16:53 2018 +0100 |
committer | Andrew Scull <ascull@google.com> | Mon Oct 15 11:20:42 2018 +0100 |
tree | 1475c831379965d2e3a84420d22cb6f4010a3bf4 | |
parent | 232d560aa11b537358a2904e5cbf56230d613faa [diff] [blame] |
Rename mock arch to fake. This fits better with the definitions of test doubles as the arch pretends to be an arch rather than just providing stubs. Change-Id: I07856e1c04e2e97f6df4daf2b4420fa07763848f
diff --git a/BUILD.gn b/BUILD.gn index 7962f70..8258888 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -27,7 +27,7 @@ testonly = true deps = [ - "//src:unit_tests($mock_toolchain)", + "//src:unit_tests($fake_toolchain)", ] }