summaryrefslogtreecommitdiff
path: root/libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx')
-rw-r--r--libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx b/libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx
deleted file mode 100644
index 06896c7f6e7..00000000000
--- a/libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <string>
-#include <iostream>
-
-int
-main (int argc, char *argv[])
-{
- std::string myStr = "Hello, World!";
- std::cout << myStr << std::endl;
- return 0;
-}
-
-/* Ignore a warning that is irrelevant to the purpose of this test. */
-/* { dg-prune-output ".*mudflap cannot track unknown size extern.*" } */