Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Remove obsolete sync_test.c
Browse files Browse the repository at this point in the history
Tests in this file depends on long out-of-date behavior of the sync
api. More current tests are in tests/sync_test.cpp.

Test: quis custodiet ipsos custodes?
Change-Id: Ia0a0970dde17c1ae4e1d79fac1a9fe3b54e8fcd6
  • Loading branch information
critsec committed May 23, 2018
1 parent 8cf185e commit 2576a43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 154 deletions.
7 changes: 0 additions & 7 deletions libsync/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ cc_library_static {
defaults: ["libsync_defaults"],
}

cc_test {
name: "sync_test",
defaults: ["libsync_defaults"],
gtest: false,
srcs: ["sync_test.c"],
}

cc_test {
name: "sync-unit-tests",
shared_libs: ["libsync"],
Expand Down
147 changes: 0 additions & 147 deletions libsync/sync_test.c

This file was deleted.

0 comments on commit 2576a43

Please sign in to comment.