From 0a6f658f977a1201535a120d99fd32755f48e0ee Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Fri, 8 Sep 2023 23:34:54 -0700 Subject: [PATCH] Fix Dexter test after 37a20cc68f54. Adding the XFAIL line caused the line references to be off. Should fix https://lab.llvm.org/buildbot/#/builders/216/builds/27001. --- .../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 0b10c65abd04..189325102328 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 @@ -12,5 +12,5 @@ int main() { return result; } -// DexLabel('test', on_line=11) +// DexLabel('test', on_line=12) // DexExpectWatchValue('result', '0', on_line=ref('test'))