From f2541bb90af059680aa7036f315f052175999355 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 8 Apr 2015 03:09:47 +0000 Subject: Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2. --- tools/regression/test/compile_pass.cpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tools/regression/test/compile_pass.cpp (limited to 'tools/regression/test/compile_pass.cpp') diff --git a/tools/regression/test/compile_pass.cpp b/tools/regression/test/compile_pass.cpp deleted file mode 100644 index 384b51fa4..000000000 --- a/tools/regression/test/compile_pass.cpp +++ /dev/null @@ -1,9 +0,0 @@ -// (C) Copyright Beman Dawes 2003. Distributed under the Boost -// Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) - -// Test naming convention: the portion of the name before the tilde ("~") -// identifies the bjam test type. The portion after the tilde -// identifies the correct result to be reported by compiler_status. - -int main() { return 0; } -- cgit v1.2.1