Index: test/cctest/test-api.cc |
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
index b2b2abeaafe856b06771fe0f2b05a39aeebc6a51..efb800aff006505ea6f6d5cc33471afbdd349c4a 100644 |
--- a/test/cctest/test-api.cc |
+++ b/test/cctest/test-api.cc |
@@ -13219,7 +13219,7 @@ static int GetGlobalObjectsCount() { |
} |
} |
// Subtract one to compensate for the code stub context that is always present |
Michael Starzinger
2015/12/01 18:06:53
nit: Comment is out of date, I think we can just d
danno
2015/12/02 07:00:19
Done.
|
- return count - 1; |
+ return count; |
} |