diff options
author | Nathan Binkert <nate@binkert.org> | 2008-10-02 11:27:01 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2008-10-02 11:27:01 -0700 |
commit | b25755993bbc04be0235975e2967533995a493f0 (patch) | |
tree | 3295891b4f535535dce20c2f51c4402aba025a2a /src/unittest/symtest.cc | |
parent | 52493b27202fb61aaae74779ebcd91ca8f2bbc2c (diff) | |
download | gem5-b25755993bbc04be0235975e2967533995a493f0.tar.xz |
unittest: Add unit tests to the scons framework.
Also fix the unit tests so they actually compile correctly.
Diffstat (limited to 'src/unittest/symtest.cc')
-rw-r--r-- | src/unittest/symtest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unittest/symtest.cc b/src/unittest/symtest.cc index f0142b923..10ffb42e5 100644 --- a/src/unittest/symtest.cc +++ b/src/unittest/symtest.cc @@ -28,12 +28,12 @@ * Authors: Nathan Binkert */ -#include <iostream.h> +#include <iostream> #include "base/str.hh" #include "base/loader/symtab.hh" -Tick curTick = 0; +using namespace std; void usage(const char *progname) |