Review Board 2.0.15


tests: Fix building the circletest unittest.

Review Request #2583 - Created Dec. 16, 2014 and updated

Information
Gabe Black
gem5
default
Reviewers
Default
Changeset 10607:f07dbaea0ba3
---------------------------
tests: Fix building the circletest unittest.

The compiler was upset because the return value from the "write" funciton
wasn't being used.

   
Posted (Dec. 17, 2014, 1:34 a.m.)
Will this run into problems if we build the unit test with the fast compile options?  Since the asserts are compiled out dose end up not writing? 
  1. Perhaps split into two lines. Also, should it be assert or EXPECT_TRUE or similar?