brintos

brintos / llvm-project-archived public Read only

0
0
Text · 365 B · da15735 Raw
9 lines · cpp
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 %dexter_regression_test_debugger_args -- %s | FileCheck %s6// CHECK: parser error:{{.*}}err_label_kwarg.cpp(8): unexpected named args: bad_arg7 8// DexLabel('test', bad_arg=0)9