(1) Make LIFO's GetCurrNode() returns the same node until RemoveCurrNode() is
called, even when some other nodes are added. (2) Test cases for GetCurrNode(), AddNode(), GetCurrNode() sequence (both GetCurrNode() should return the same node). (3) Better test case for while loop; instead of checking time_schedule of each node, which may depend on node scheduling algorithms, check the actual dependency. PiperOrigin-RevId: 175635789
Loading
Please sign in to comment