From 9693eae0d4fddb148bd5fd663a7a2e802d3e4666 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Jul 2017 14:32:38 +0200 Subject: Use utility library to arrange unit testing --- build2/dummy.cxx | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 build2/dummy.cxx (limited to 'build2/dummy.cxx') diff --git a/build2/dummy.cxx b/build2/dummy.cxx deleted file mode 100644 index bdea9a9..0000000 --- a/build2/dummy.cxx +++ /dev/null @@ -1,8 +0,0 @@ -// file : build2/dummy.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -namespace build2 -{ - void dummy () {} -} -- cgit v1.1