1 | // Purpose: |
---|---|
2 | // Check that specifying an expression without any values to compare against |
3 | // in a \DexLimitSteps command results in a useful error message. |
4 | // Use --binary switch to trick dexter into skipping the build step. |
5 | // |
6 | // RUN: not %dexter_base test --binary %s --debugger 'lldb' -- %s | FileCheck %s |
7 | // CHECK: parser error:{{.*}}err_limit_steps_no_values.cpp(9): expected 0 or at least 2 positional arguments |
8 | |
9 | // DexLimitSteps('test') |
10 |