Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d1ea73

Browse files
committedMay 15, 2018
[arc] Remove unittesting from arcconfig
Summary: Unittests aren't working, and I don't think they ever were. Just remove them, so that we don't have to write `arc --nounit` all the time. Reviewers: grosser, Meinersbur, bollu Subscribers: bollu, pollydev, llvm-commits Differential Revision: https://reviews.llvm.org/D46869 llvm-svn: 332355
1 parent 5390e36 commit 8d1ea73

File tree

4 files changed

+1
-310
lines changed

4 files changed

+1
-310
lines changed
 

‎polly/.arcconfig

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
22
"repository.callsign" : "PLO",
3-
"conduit_uri" : "https://reviews.llvm.org/",
4-
"history.immutable" : true,
5-
"load" : [
6-
"utils/arcanist/LitTestEngine"
7-
],
8-
"unit.engine" : "LitTestEngine"
3+
"conduit_uri" : "https://reviews.llvm.org/"
94
}

‎polly/utils/arcanist/LitTestEngine/__phutil_library_init__.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎polly/utils/arcanist/LitTestEngine/__phutil_library_map__.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

‎polly/utils/arcanist/LitTestEngine/src/LitTestEngine.php

Lines changed: 0 additions & 279 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.