about summary refs log tree commit diff
path: root/src/etc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-06-30 13:59:54 -0700
committerBrian Anderson <banderson@mozilla.com>2012-06-30 13:59:54 -0700
commite2c70161f054fb3f4fc9ffeb8a356c7848fc3e1c (patch)
treedfb3183a090ca700000ccd3107f68504094a91a7 /src/etc
parent172fb1756b69177a13e20c7d6e4b89c32ec23e2e (diff)
downloadrust-e2c70161f054fb3f4fc9ffeb8a356c7848fc3e1c.tar.gz
rust-e2c70161f054fb3f4fc9ffeb8a356c7848fc3e1c.zip
Fix combine-tests.py for new vec syntax
Diffstat (limited to 'src/etc')
-rwxr-xr-xsrc/etc/combine-tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/etc/combine-tests.py b/src/etc/combine-tests.py
index 6810e6fec4d..64d09b1266c 100755
--- a/src/etc/combine-tests.py
+++ b/src/etc/combine-tests.py
@@ -34,6 +34,8 @@ for t in os.listdir(run_pass):
                 take_args[t] = True
             if "main(args: [str])" in s:
                 take_args[t] = True
+            if "main(args: ~[str])" in s:
+                take_args[t] = True
         f.close()
 
 stage2_tests.sort()