aboutsummaryrefslogtreecommitdiff
path: root/offload/unittests/Conformance/sin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'offload/unittests/Conformance/sin.cpp')
-rw-r--r--offload/unittests/Conformance/sin.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/offload/unittests/Conformance/sin.cpp b/offload/unittests/Conformance/sin.cpp
deleted file mode 100644
index 9e15690..0000000
--- a/offload/unittests/Conformance/sin.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/raw_ostream.h"
-#include <OffloadAPI.h>
-#include <math.h>
-
-llvm::StringRef DeviceBinsDirectory = DEVICE_CODE_PATH;
-
-int main() { llvm::errs() << sin(0.0) << "\n"; }