diff options
Diffstat (limited to 'compiler-rt/lib/xray/tests/unit/xray_unit_test_main.cc')
| -rw-r--r-- | compiler-rt/lib/xray/tests/unit/xray_unit_test_main.cc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/compiler-rt/lib/xray/tests/unit/xray_unit_test_main.cc b/compiler-rt/lib/xray/tests/unit/xray_unit_test_main.cc deleted file mode 100644 index 27d17527dd5..00000000000 --- a/compiler-rt/lib/xray/tests/unit/xray_unit_test_main.cc +++ /dev/null @@ -1,18 +0,0 @@ -//===-- xray_unit_test_main.cc --------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// This file is a part of XRay, a function call tracing system. -// -//===----------------------------------------------------------------------===// -#include "gtest/gtest.h" - -int main(int argc, char **argv) { - testing::InitGoogleTest(&argc, argv); - return RUN_ALL_TESTS(); -} |

