summaryrefslogtreecommitdiff
path: root/compiler/linker
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2020-07-27 12:49:24 +0000
committer Vladimir Marko <vmarko@google.com> 2020-07-27 14:50:45 +0000
commit8ebd86ea2ea9eac96d48db88c65364d56ff3b8ab (patch)
tree8d4009c204136af090ec904a35168572b06c1b1a /compiler/linker
parent07f78906212edb684b3bf046d1bb661613f81c22 (diff)
Replace "dummy" in libartbase/, libdexfile/, compiler/.
Test: m test-art-host-gtest Bug: 161336379 Change-Id: I5335b28b1f66cdec39500563385bda99c580454d
Diffstat (limited to 'compiler/linker')
-rw-r--r--compiler/linker/output_stream_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/linker/output_stream_test.cc b/compiler/linker/output_stream_test.cc
index 00231b1240..f1af4cb8b7 100644
--- a/compiler/linker/output_stream_test.cc
+++ b/compiler/linker/output_stream_test.cc
@@ -103,7 +103,7 @@ TEST_F(OutputStreamTest, Vector) {
TEST_F(OutputStreamTest, BufferedFlush) {
struct CheckingOutputStream : OutputStream {
CheckingOutputStream()
- : OutputStream("dummy"),
+ : OutputStream("fake-location"),
flush_called(false) { }
~CheckingOutputStream() override {}