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

Unified Diff: runtime/vm/longjump_test.cc

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 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 | « runtime/vm/longjump.cc ('k') | runtime/vm/malloc_hooks_jemalloc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/longjump_test.cc
diff --git a/runtime/vm/longjump_test.cc b/runtime/vm/longjump_test.cc
index 5e35c0cce0b1d66c7da71dac5af46d745ed3a276..2d62383c65d24d93290213a18086a0a8bd19c2ea 100644
--- a/runtime/vm/longjump_test.cc
+++ b/runtime/vm/longjump_test.cc
@@ -15,7 +15,6 @@ static void LongJumpHelper(LongJumpScope* jump) {
UNREACHABLE();
}
-
TEST_CASE(LongJump) {
LongJumpScope* base = Thread::Current()->long_jump_base();
{
« no previous file with comments | « runtime/vm/longjump.cc ('k') | runtime/vm/malloc_hooks_jemalloc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698