[llvm-dwp] Remove some unused test code
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 14 Dec 2015 07:41:56 +0000 (07:41 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 14 Dec 2015 07:41:56 +0000 (07:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255481 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-dwp/Inputs/type_units/a.cpp [deleted file]
test/tools/llvm-dwp/Inputs/type_units/b.cpp [deleted file]

diff --git a/test/tools/llvm-dwp/Inputs/type_units/a.cpp b/test/tools/llvm-dwp/Inputs/type_units/a.cpp
deleted file mode 100644 (file)
index f85d105..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-struct foo { };
-foo a;
diff --git a/test/tools/llvm-dwp/Inputs/type_units/b.cpp b/test/tools/llvm-dwp/Inputs/type_units/b.cpp
deleted file mode 100644 (file)
index fedcc16..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-struct bar { };
-void b(bar) {
-}