Fix Dexter test after 37a20cc68f. 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

View File

@@ -12,5 +12,5 @@ int main() {
return result; return result;
} }
// DexLabel('test', on_line=11) // DexLabel('test', on_line=12)
// DexExpectWatchValue('result', '0', on_line=ref('test')) // DexExpectWatchValue('result', '0', on_line=ref('test'))