For PR1338: Rename test dirs
[oota-llvm.git] / test / C++Frontend / 2006-09-08-powi.cpp
diff --git a/test/C++Frontend/2006-09-08-powi.cpp b/test/C++Frontend/2006-09-08-powi.cpp
deleted file mode 100644 (file)
index 75cbfda..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: %llvmgxx -O3 -S -o - %s
-
-#include <cmath>
-
-double foo(double X, int Y) {
-  return std::pow(X, Y);
-}