Index: tests_lit/parse_errs/bad-switch-case.test |
diff --git a/tests_lit/parse_errs/bad-switch-case.test b/tests_lit/parse_errs/bad-switch-case.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..85ae95f4e223f57a8d5d75ada37b9dfb9d812e94 |
--- /dev/null |
+++ b/tests_lit/parse_errs/bad-switch-case.test |
@@ -0,0 +1,7 @@ |
+ |
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.
|
+; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-switch-case.tbc \ |
+; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \ |
+; RUN: | FileCheck -check-prefix=BAD-SWITCH-CASE %s |
+ |
+; BAD-SWITCH-CASE: Reference to basic block 3105555534 not found. Must be less than 6 |
+ |