Chromium Code Reviews| Index: tests_lit/parse_errs/call-fcn-bad-return-type.ll |
| diff --git a/tests_lit/parse_errs/call-fcn-bad-return-type.ll b/tests_lit/parse_errs/call-fcn-bad-return-type.ll |
| index 4154c7da1c4662e1d7833d273b7547a18926835b..873e05cea00ccaf441474b841e73933795d851d8 100644 |
| --- a/tests_lit/parse_errs/call-fcn-bad-return-type.ll |
| +++ b/tests_lit/parse_errs/call-fcn-bad-return-type.ll |
| @@ -3,7 +3,8 @@ |
| ; REQUIRES: no_minimal_build |
| -; RUN: %p2i --expect-fail -i %s --insts | FileCheck %s |
| +; RUN: %p2i --expect-fail -i %s --insts --args \ |
| +; RUN: -allow-externally-defined-symbols | FileCheck %s |
| declare i1 @f(); |