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

Unified Diff: sql/BUILD.gn

Issue 1991503002: [sql] sql::ScopedErrorIgnorer rename to sql::test::ScopedErrorExpecter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 6 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 | « content/browser/quota/quota_database_unittest.cc ('k') | sql/connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/BUILD.gn
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index fb1bd2f4709531923e864cb95800c6fd33d1f768..47678559e6264b60596acc18e563b65676fee122 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -42,8 +42,8 @@ source_set("test_support") {
sources = [
"test/error_callback_support.cc",
"test/error_callback_support.h",
- "test/scoped_error_ignorer.cc",
- "test/scoped_error_ignorer.h",
+ "test/scoped_error_expecter.cc",
+ "test/scoped_error_expecter.h",
"test/test_helpers.cc",
"test/test_helpers.h",
]
« no previous file with comments | « content/browser/quota/quota_database_unittest.cc ('k') | sql/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698