Skip to content

Commit

Permalink
Fix test on Windows.
Browse files Browse the repository at this point in the history
This test checks the entire output of a help option, the problem
is that on Windows, the line break occurs in a different place
causing the CHECK to fail because it is not expecting a line break.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346070 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dyung committed Nov 3, 2018
1 parent 4e6ca6e commit 6974b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Analysis/analyzer-list-configs.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
// CHECK: integers are signed, greater than or equal
// CHECK: to the quarter of the minimum value of the
// CHECK: type and less than or equal to the quarter
// CHECK: of the maximum value of that type. A + n
// CHECK: of the maximum value of that type. A
// CHECK: + n
// CHECK: <OP> B + m becomes A - B <OP> m - n, where
// CHECK: A and B symbolic, n and m are integers.
// CHECK: <OP> is any of '==', '!=', '<', '<=', '>',
Expand Down

0 comments on commit 6974b99

Please sign in to comment.