Skip to content

Commit

Permalink
[arc] Remove unittesting from arcconfig
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pfaffe committed May 15, 2018
1 parent 5390e36 commit 8d1ea73
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 310 deletions.
7 changes: 1 addition & 6 deletions polly/.arcconfig
@@ -1,9 +1,4 @@
{
"repository.callsign" : "PLO",
"conduit_uri" : "https://reviews.llvm.org/",
"history.immutable" : true,
"load" : [
"utils/arcanist/LitTestEngine"
],
"unit.engine" : "LitTestEngine"
"conduit_uri" : "https://reviews.llvm.org/"
}

This file was deleted.

22 changes: 0 additions & 22 deletions polly/utils/arcanist/LitTestEngine/__phutil_library_map__.php

This file was deleted.

279 changes: 0 additions & 279 deletions polly/utils/arcanist/LitTestEngine/src/LitTestEngine.php

This file was deleted.

0 comments on commit 8d1ea73

Please sign in to comment.