CallGraphTest.cpp: Remove invalid tests. ++S might step over F if S == F.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 18 Nov 2014 12:23:19 +0000 (12:23 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 18 Nov 2014 12:23:19 +0000 (12:23 +0000)
commit3b16af86705d98bb8989097e163ab4b9175481d2
tree0aa4d7e10e2b0e0a268496178c956ed883306560
parent0ede3a2ae544fdaa7a2ca6964255b744c5fda4f4
CallGraphTest.cpp: Remove invalid tests. ++S might step over F if S == F.

MSVC Runtime detects "Assertion failed: vector iterator not incrementable"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222233 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Analysis/CallGraphTest.cpp