aboutsummaryrefslogtreecommitdiff
path: root/cross-project-tests
diff options
context:
space:
mode:
authorShubham Sandeep Rastogi <srastogi22@apple.com>2023-09-14 09:34:02 -0700
committerShubham Sandeep Rastogi <srastogi22@apple.com>2023-09-14 09:34:02 -0700
commit0d0ab7600f3e3eb212c2652efe3ebf95a6506f65 (patch)
treee6630d4e61fc7412508d30a155c9fe8956995cea /cross-project-tests
parente6cc7b723f244f52663b6d67a5d94597109da1ef (diff)
downloadllvm-0d0ab7600f3e3eb212c2652efe3ebf95a6506f65.zip
llvm-0d0ab7600f3e3eb212c2652efe3ebf95a6506f65.tar.gz
llvm-0d0ab7600f3e3eb212c2652efe3ebf95a6506f65.tar.bz2
Fix Dexter test broken with e6cc7b723f244f52663b6d67a5d94597109da1ef
Diffstat (limited to 'cross-project-tests')
-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 72aae26..0d2fc0b 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'))