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

Unified Diff: tools/clang/plugins/tests/class_with_incomplete_type.cpp

Issue 1816283003: chrome style plugin: Don't crash when checking class weight. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test comments Created 4 years, 9 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: tools/clang/plugins/tests/class_with_incomplete_type.cpp
diff --git a/content/test/data/service_worker/fetch_event_pass_through.js b/tools/clang/plugins/tests/class_with_incomplete_type.cpp
similarity index 80%
copy from content/test/data/service_worker/fetch_event_pass_through.js
copy to tools/clang/plugins/tests/class_with_incomplete_type.cpp
index fc23dd28b91ee5d63884caed8a73e01946c230e9..04c7e80a302ab8d44b5027e854dec189c5f43792 100644
--- a/content/test/data/service_worker/fetch_event_pass_through.js
+++ b/tools/clang/plugins/tests/class_with_incomplete_type.cpp
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-this.onfetch = function(event) { };
+#include "class_with_incomplete_type.h"
« no previous file with comments | « tools/clang/plugins/tests/class_with_incomplete_type.h ('k') | tools/clang/plugins/tests/class_with_incomplete_type.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698