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/run-fail_pass.cpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tools/regression/test/run-fail_pass.cpp (limited to 'tools/regression/test/run-fail_pass.cpp') diff --git a/tools/regression/test/run-fail_pass.cpp b/tools/regression/test/run-fail_pass.cpp deleted file mode 100644 index 3e3ab1397..000000000 --- a/tools/regression/test/run-fail_pass.cpp +++ /dev/null @@ -1,15 +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. - -#include - -int main() -{ - std::cout << "example of output from a run-time failure\n"; - return 1; -} -- cgit v1.2.1