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

Unified Diff: innocuous_host_lcrash_test.cc

Issue 3397004: Remove -lcrash (Closed) Base URL: http://git.chromium.org/git/crash-dumper.git
Patch Set: Created 10 years, 3 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 | « crash_dumper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: innocuous_host_lcrash_test.cc
diff --git a/innocuous_host_lcrash_test.cc b/innocuous_host_lcrash_test.cc
deleted file mode 100644
index c9f9b8a87edc17915960e331d4e5b9d97d513225..0000000000000000000000000000000000000000
--- a/innocuous_host_lcrash_test.cc
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// This test is basically that linking against libcrash doesn't alone
-// cause a test to fail. It's OK if it causes a syslog message
-// though.
-
-int main() {
- return 0;
-}
« no previous file with comments | « crash_dumper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698