aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2023-09-08 23:34:54 -0700
committerDouglas Yung <douglas.yung@sony.com>2023-09-08 23:34:54 -0700
commit0a6f658f977a1201535a120d99fd32755f48e0ee (patch)
treeb4bf78cd66d8e3c302516f8d1fa6b6da2c075d35
parent4085cb380d8f95783842c11e1f41a474b0a11ef3 (diff)
downloadllvm-0a6f658f977a1201535a120d99fd32755f48e0ee.zip
llvm-0a6f658f977a1201535a120d99fd32755f48e0ee.tar.gz
llvm-0a6f658f977a1201535a120d99fd32755f48e0ee.tar.bz2
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.
-rw-r--r--cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp2
1 files changed, 1 insertions, 1 deletions
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 0b10c65..1893251 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'))