Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
|
Jim Stichnoth
2015/08/20 21:18:03
Remove blank lines at beginning and end of file
Karl
2015/08/21 16:41:17
Done.
| |
| 2 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-switch-case.tbc \ | |
| 3 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \ | |
| 4 ; RUN: | FileCheck -check-prefix=BAD-SWITCH-CASE %s | |
| 5 | |
| 6 ; BAD-SWITCH-CASE: Reference to basic block 3105555534 not found. Must be less t han 6 | |
| 7 | |
| OLD | NEW |