diff options
Diffstat (limited to 'remoting/client/decoder_verbatim_unittest.cc')
-rw-r--r-- | remoting/client/decoder_verbatim_unittest.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/remoting/client/decoder_verbatim_unittest.cc b/remoting/client/decoder_verbatim_unittest.cc new file mode 100644 index 0000000..b9c1d79 --- /dev/null +++ b/remoting/client/decoder_verbatim_unittest.cc @@ -0,0 +1,13 @@ +// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "testing/gtest/include/gtest/gtest.h" + +namespace remoting { + +// TODO(hclam): Implement unit tests. +TEST(DecoderVerbatimTest, Simple) { +} + +} // namespace remoting |