| 1 | // Purpose: |
|---|---|
| 2 | // Check that bad keyword args in \DexLabel are reported. |
| 3 | // Use --binary switch to trick dexter into skipping the build step. |
| 4 | // |
| 5 | // RUN: not %dexter_base test --binary %s --debugger 'lldb' -- %s | FileCheck %s |
| 6 | // CHECK: parser error:{{.*}}err_label_kwarg.cpp(8): unexpected named args: bad_arg |
| 7 | |
| 8 | // DexLabel('test', bad_arg=0) |
| 9 |
