Remove DriverTest.h.
authorRui Ueyama <ruiu@google.com>
Sun, 28 Feb 2016 20:56:34 +0000 (20:56 +0000)
committerRui Ueyama <ruiu@google.com>
Sun, 28 Feb 2016 20:56:34 +0000 (20:56 +0000)
commit3b9388f45667fd32d379f0c49027f8ce680f6d68
treef7b6cbf5495e90a3ce5e81cf749bb26dd8537732
parent417553d393fbb3402151871a7c36876c10d1cd50
Remove DriverTest.h.

Because the class is used only by one instance, we do not have to
use template there in DriverTest.h. Everything can be moved to
DarwinLdDriverTest.cpp.

llvm-svn: 262192
lld/unittests/DriverTests/DarwinLdDriverTest.cpp
lld/unittests/DriverTests/DriverTest.h [deleted file]