Remove plus_zero_test,plus_one_test from lit tests since they are no longer needed.

I am going to leave in the infrastructure around this just in case. But there is
no reason to keep this in the tests themselves. I can always just revert this
and I don't think merge conflicts are likely due to previous work I did around
the tooling for this.
This commit is contained in:
Michael Gottesman
2018-03-21 10:26:11 -07:00
parent a901bd73d5
commit cb80f65f1e
211 changed files with 3 additions and 214 deletions

View File

@@ -1,4 +1,3 @@
// REQUIRES: plus_zero_runtime
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module -emit-module-path=%t/weak_other.swiftmodule -module-name=weak_other %S/Inputs/weak_other.swift