diff options
| author | Michael Sullivan <sully@msully.net> | 2012-07-11 16:49:02 -0700 |
|---|---|---|
| committer | Michael Sullivan <sully@msully.net> | 2012-07-12 15:13:18 -0700 |
| commit | 1c62f5ff74e8c6d434001d4571e5f28ae2705ed9 (patch) | |
| tree | 062b0fa7b1f70838d8964a0f14b7d44ee83c5062 /src/etc/combine-tests.py | |
| parent | 46fba10fe82ef9a584118b8d2298cdfc49320c85 (diff) | |
| download | rust-1c62f5ff74e8c6d434001d4571e5f28ae2705ed9.tar.gz rust-1c62f5ff74e8c6d434001d4571e5f28ae2705ed9.zip | |
Get rid of all of the remaining /~s in the code base.
Diffstat (limited to 'src/etc/combine-tests.py')
| -rwxr-xr-x | src/etc/combine-tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/etc/combine-tests.py b/src/etc/combine-tests.py index d2b26e03cc7..fbe8bd85b66 100755 --- a/src/etc/combine-tests.py +++ b/src/etc/combine-tests.py @@ -30,8 +30,6 @@ for t in os.listdir(run_pass): "xfail-fast" in s or "xfail-win32" in s): stage2_tests.append(t) - if "main(args: [str]/~)" in s: - take_args[t] = True if "main(args: [str])" in s: take_args[t] = True if "main(args: ~[str])" in s: |
