Skip to content

Commit 0a6f658

Browse files
committed
Fix Dexter test after 37a20cc. Adding the XFAIL line caused the line references to be off.
Should fix https://lab.llvm.org/buildbot/#/builders/216/builds/27001.
1 parent 4085cb3 commit 0a6f658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ int main() {
1212
return result;
1313
}
1414

15-
// DexLabel('test', on_line=11)
15+
// DexLabel('test', on_line=12)
1616
// DexExpectWatchValue('result', '0', on_line=ref('test'))

0 commit comments

Comments
 (0)