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

Unified Diff: runtime/bin/eventhandler_test.cc

Issue 2666133002: Added new type of unit test, RAW_UNIT_TEST_CASE, which is used for tests that can be flaky if run w… (Closed)
Patch Set: Renamed unit test macros to better represent what each type of test actually does. Created 3 years, 11 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
Index: runtime/bin/eventhandler_test.cc
diff --git a/runtime/bin/eventhandler_test.cc b/runtime/bin/eventhandler_test.cc
index 098113d1ca8095f1ec1ab4004a262388c1fcfe59..cef2b94b9fadb06ff064a6babbbad25b133d1ada 100644
--- a/runtime/bin/eventhandler_test.cc
+++ b/runtime/bin/eventhandler_test.cc
@@ -9,7 +9,7 @@
namespace dart {
namespace bin {
-UNIT_TEST_CASE(CircularLinkedList) {
+VM_UNIT_TEST_CASE(CircularLinkedList) {
CircularLinkedList<int> list;
EXPECT(!list.HasHead());

Powered by Google App Engine
This is Rietveld 408576698