Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Side by Side Diff: mojo/public/cpp/system/tests/core_unittest.cc

Issue 218023002: Mojo: Move mojo/public/{c,cpp}/tests/FOO to mojo/public/{c,cpp}/FOO/tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/public/cpp/system/tests/DEPS ('k') | mojo/public/cpp/system/tests/macros_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file tests the C++ Mojo system core wrappers. 5 // This file tests the C++ Mojo system core wrappers.
6 // TODO(vtl): Maybe rename "CoreCppTest" -> "CoreTest" if/when this gets 6 // TODO(vtl): Maybe rename "CoreCppTest" -> "CoreTest" if/when this gets
7 // compiled into a different binary from the C API tests. 7 // compiled into a different binary from the C API tests.
8 8
9 #include "mojo/public/cpp/system/core.h" 9 #include "mojo/public/cpp/system/core.h"
10 10
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(h2.release().value())); 383 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(h2.release().value()));
384 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(h0.release().value())); 384 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(h0.release().value()));
385 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(h1.release().value())); 385 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(h1.release().value()));
386 } 386 }
387 } 387 }
388 388
389 // TODO(vtl): Write data pipe tests. 389 // TODO(vtl): Write data pipe tests.
390 390
391 } // namespace 391 } // namespace
392 } // namespace mojo 392 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/public/cpp/system/tests/DEPS ('k') | mojo/public/cpp/system/tests/macros_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698