summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/tools/llvm-dwp/Inputs/type_units/a.cpp2
-rw-r--r--llvm/test/tools/llvm-dwp/Inputs/type_units/b.cpp3
2 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/tools/llvm-dwp/Inputs/type_units/a.cpp b/llvm/test/tools/llvm-dwp/Inputs/type_units/a.cpp
deleted file mode 100644
index f85d105a99f..00000000000
--- a/llvm/test/tools/llvm-dwp/Inputs/type_units/a.cpp
+++ /dev/null
@@ -1,2 +0,0 @@
-struct foo { };
-foo a;
diff --git a/llvm/test/tools/llvm-dwp/Inputs/type_units/b.cpp b/llvm/test/tools/llvm-dwp/Inputs/type_units/b.cpp
deleted file mode 100644
index fedcc160f41..00000000000
--- a/llvm/test/tools/llvm-dwp/Inputs/type_units/b.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-struct bar { };
-void b(bar) {
-}
OpenPOWER on IntegriCloud