Remove some singleton vector appends.
This commit is contained in:
@@ -104,7 +104,7 @@ fn run_pretty_test(config: config, props: test_props, testfile: str) {
|
||||
procres);
|
||||
}
|
||||
|
||||
srcs += [procres.stdout];
|
||||
vec::push(srcs, procres.stdout);
|
||||
round += 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user