summaryrefslogtreecommitdiff
path: root/unittests/SymbolFile/DWARF/Inputs/test-dwarf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/SymbolFile/DWARF/Inputs/test-dwarf.cpp')
-rw-r--r--unittests/SymbolFile/DWARF/Inputs/test-dwarf.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/unittests/SymbolFile/DWARF/Inputs/test-dwarf.cpp b/unittests/SymbolFile/DWARF/Inputs/test-dwarf.cpp
deleted file mode 100644
index a987e6a9a363..000000000000
--- a/unittests/SymbolFile/DWARF/Inputs/test-dwarf.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-// Compile with "cl /c /Zi /GR- test.cpp"
-// Link with "link test.obj /debug /nodefaultlib /entry:main /out:test.exe"
-
-int __cdecl _purecall(void) { return 0; }
-
-int main(int argc, char **argv) { return 0; }