From: Eli Friedman Date: Tue, 1 Nov 2011 04:46:08 +0000 (+0000) Subject: Correct test for additional comment line. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=885011b021d00a1604adcc311567526666b498c4;p=clang Correct test for additional comment line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143436 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/debug-info-iv.c b/test/CodeGen/debug-info-iv.c index 31ce840e85..6684fe3469 100644 --- a/test/CodeGen/debug-info-iv.c +++ b/test/CodeGen/debug-info-iv.c @@ -27,7 +27,7 @@ int main() { Array[i][j] = 0; test_indvars(Array[0], Array); -//CHECK: .loc 2 30 8 +//CHECK: .loc 2 31 8 for (i=0; i < 100; i+=2) for (j=0; j < 200; j++) sum += Array[i][j];