From 0d0ab7600f3e3eb212c2652efe3ebf95a6506f65 Mon Sep 17 00:00:00 2001 From: Shubham Sandeep Rastogi Date: Thu, 14 Sep 2023 09:34:02 -0700 Subject: [PATCH] Fix Dexter test broken with e6cc7b723f244f52663b6d67a5d94597109da1ef --- .../dexter/feature_tests/subtools/test/label_another_line.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp b/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp index 72aae26db26f..0d2fc0b8821e 100644 --- a/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp +++ b/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp @@ -11,5 +11,5 @@ int main() { return result; } -// DexLabel('test', on_line=12) +// DexLabel('test', on_line=11) // DexExpectWatchValue('result', '0', on_line=ref('test'))