[dexter] Update failing regression test
authorOCHyams <orlando.hyams@sony.com>
Mon, 26 Apr 2021 15:33:10 +0000 (16:33 +0100)
committerOCHyams <orlando.hyams@sony.com>
Mon, 26 Apr 2021 15:41:35 +0000 (16:41 +0100)
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.

debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp

index 3067617..3e0f2a8 100644 (file)
@@ -13,5 +13,5 @@ int main() {
   return result;
 }
 
-// DexLabel('test', on_line=10)
+// DexLabel('test', on_line=13)
 // DexExpectWatchValue('result', '0', on_line='test')