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

Unified Diff: base/callback_list_unittest.nc

Issue 2603573002: Support no-compile tests on Mac (Closed)
Patch Set: Support no-compile tests on Mac Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/callback_list_unittest.nc
diff --git a/base/callback_list_unittest.nc b/base/callback_list_unittest.nc
index 0ddc135eaa8f89048a63d9ef3892e2bc7f5d37c2..ddd8ac7060c868347f0affb208b340e0e4823f13 100644
--- a/base/callback_list_unittest.nc
+++ b/base/callback_list_unittest.nc
@@ -35,7 +35,7 @@ class FooListener {
};
-#if defined(NCTEST_MOVE_ONLY_TYPE_PARAMETER) // [r"fatal error: call to deleted constructor"]
+#if defined(NCTEST_MOVE_ONLY_TYPE_PARAMETER) // [r"fatal error: call to [^ ]*deleted .*constructor"]
dcheng 2016/12/27 04:58:33 Can we make this match precise? "call to (implicit
wychen 2016/12/27 09:49:51 Done.
// Callbacks run with a move-only typed parameter.
//
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698