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

Unified Diff: test/cctest/test-compare-nil-ic-stub.cc

Issue 18509003: Keep two empty lines between declarations for cpp files (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/test-assembler-x64.cc ('k') | test/cctest/test-conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-compare-nil-ic-stub.cc
===================================================================
--- test/cctest/test-compare-nil-ic-stub.cc (revision 15486)
+++ test/cctest/test-compare-nil-ic-stub.cc (working copy)
@@ -43,6 +43,7 @@
CHECK_EQ(state.ToIntegral(), state2.ToIntegral());
}
+
TEST(ExternalICStateParsing) {
State state;
state.Add(CompareNilICStub::UNDEFINED);
@@ -52,6 +53,7 @@
CHECK_EQ(stub.GetState().ToIntegral(), stub2.GetState().ToIntegral());
}
+
TEST(SettingState) {
State state;
CHECK(state.IsEmpty());
@@ -66,6 +68,7 @@
CHECK(!state.Contains(CompareNilICStub::UNDETECTABLE));
}
+
TEST(ClearState) {
State state;
state.Add(CompareNilICStub::NULL_TYPE);
@@ -73,6 +76,7 @@
CHECK(state.IsEmpty());
}
+
TEST(Generic) {
State state;
CHECK(State::Generic() != state);
« no previous file with comments | « test/cctest/test-assembler-x64.cc ('k') | test/cctest/test-conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698