From 91af9048b26b02b82b4eee637dabb6c81e275905 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 1 Feb 2018 15:49:27 +0000 Subject: Remove ; use instead. See https://libcxx.llvm.org/TS_deprecation.html llvm-svn: 323975 --- .../numeric/numeric.ops.overview/nothing_to_do.pass.cpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp (limited to 'libcxx/test/std/experimental/numeric/numeric.ops.overview') diff --git a/libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp b/libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp deleted file mode 100644 index 7b2527f22bf..00000000000 --- a/libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp +++ /dev/null @@ -1,15 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// UNSUPPORTED: c++98, c++03, c++11 -// - -#include - -int main () {} -- cgit v1.2.3