summaryrefslogtreecommitdiff
path: root/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_zero_match.cpp
blob: 7dbd515e717bb0aac25fe846da54725cfc496915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Purpose:
//      Check that \DexExpectWatchValue float_range=0.0 matches exact values.
//
// UNSUPPORTED: system-darwin
//
// RUN: %dexter_regression_test -- %s | FileCheck %s
// CHECK: float_range_zero_match.cpp:

int main() {
  float a = 1.0f;
  return a; //DexLabel('check')
}

// DexExpectWatchValue('a', '1.0000000', on_line=ref('check'), float_range=0.0)