From 40df6bac9c5c93f96181c51bbea99af5b1c5fc53 Mon Sep 17 00:00:00 2001 From: OCHyams Date: Mon, 26 Apr 2021 16:33:10 +0100 Subject: [PATCH] [dexter] Update failing regression test Commit 7deb970ef added REQUIRES and UNSUPPORTED lines to a test which is sensitive to line number changes. Update the line number reference in the test. --- .../dexter/feature_tests/subtools/test/label_another_line.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp b/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp index 3067617..3e0f2a8 100644 --- a/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp +++ b/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp @@ -13,5 +13,5 @@ int main() { return result; } -// DexLabel('test', on_line=10) +// DexLabel('test', on_line=13) // DexExpectWatchValue('result', '0', on_line='test') -- 2.7.4