0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-21 15:56:53 +00:00

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.
This commit is contained in:
Douglas Yung 2023-09-08 23:34:54 -07:00
parent 4085cb380d
commit 0a6f658f97

@ -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'))