blob: 3e0f2a83b456b0fa5f7c22575081638bd5e67191 [file] [log] [blame]
// REQUIRES: lldb
// UNSUPPORTED: system-windows
//
// Purpose:
// Check that the optional keyword argument 'on_line' makes a \DexLabel label
// that line instead of the line the command is found on.
//
// RUN: %dexter_regression_test -- %s | FileCheck %s
// CHECK: label_another_line.cpp: (1.0000)
int main() {
int result = 0;
return result;
}
// DexLabel('test', on_line=13)
// DexExpectWatchValue('result', '0', on_line='test')