summaryrefslogtreecommitdiff
path: root/compiler/linker/output_stream_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/linker/output_stream_test.cc')
-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 {}