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)
commit6432749a4f17f14eb8a721a05222301ed4548742
tree3bbe335b69a602e7a2c6c1c2358bb4c2ea70dd78
parent7555f5ed1f0b76ef3ff0b0550f1d62a2203c69d3
CallGraphTest.cpp: Remove invalid tests. ++S might step over F if S == F.

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

llvm-svn: 222233
llvm/unittests/Analysis/CallGraphTest.cpp