Chromium Code Reviews| Index: crosstest/runtests.sh |
| diff --git a/crosstest/runtests.sh b/crosstest/runtests.sh |
| index 761db645f521e819965ddbb5b10521c2c0b58f24..c76cdefd56036bdf105b3d1812f8fd50d04fae94 100755 |
| --- a/crosstest/runtests.sh |
| +++ b/crosstest/runtests.sh |
| @@ -64,6 +64,7 @@ for optlevel in ${OPTLEVELS} ; do |
| --target=x8632 \ |
| --dir="${OUTDIR}" \ |
| --test=test_cast.cpp --test=test_cast_to_u1.ll \ |
| + --test=test_cast_vectors.ll \ |
| --driver=test_cast_main.cpp \ |
| --output=test_cast_O${optlevel}_${attribute} |