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

Unified Diff: tools/clang/rewrite_scoped_array/tests/test-expected.cc

Issue 448693003: Fix bitrot in Chrome clang tool infrastructure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/rewrite_scoped_array/tests/test-expected.cc
diff --git a/tools/clang/rewrite_scoped_array/tests/test-expected.cc b/tools/clang/rewrite_scoped_array/tests/test-expected.cc
deleted file mode 100644
index 62c66ef1efca1d033e91200f7100863eb330b0d1..0000000000000000000000000000000000000000
--- a/tools/clang/rewrite_scoped_array/tests/test-expected.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-template <class T> class scoped_array {
- private:
- T* data_;
-};
-
-class TestClass {
- private:
- scoped_ptr<int[]> test_field_;
-};
-
-scoped_ptr<int[]> TestFunction(scoped_ptr<int[]> x, scoped_ptr<int[]>) {
- scoped_ptr<scoped_array<int>(scoped_array<int> test, scoped_array<int>)[]> y;
- scoped_ptr<int[]>(*function_pointer)(scoped_ptr<int[]> test,
- scoped_ptr<int[]>);
- scoped_ptr<int[]> test_variable;
-}
-

Powered by Google App Engine
This is Rietveld 408576698