Chromium Code Reviews| Index: tests_lit/parse_errs/call-fcn-bad-param-type.ll |
| diff --git a/tests_lit/parse_errs/call-fcn-bad-param-type.ll b/tests_lit/parse_errs/call-fcn-bad-param-type.ll |
| index 46c3ab737c959c02679df5402c2b5cf2de79f25d..b7246e0b21c77f0ec7a295dc2542baf0be9b9032 100644 |
| --- a/tests_lit/parse_errs/call-fcn-bad-param-type.ll |
| +++ b/tests_lit/parse_errs/call-fcn-bad-param-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 void @f(i8); |