aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_decoder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_decoder.cxx')
-rw-r--r--test/run_decoder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx
index f3bf93a3e..0c1a4f824 100644
--- a/test/run_decoder.cxx
+++ b/test/run_decoder.cxx
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
if (error.IsDefined())
LogError(error);
else
- fprintf(stderr, "input/InputStream::Open() failed\n");
+ fprintf(stderr, "InputStream::Open() failed\n");
return EXIT_FAILURE;
}