summaryrefslogtreecommitdiff
path: root/libhello/tests/test/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-04 14:29:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-04 14:29:05 +0200
commit49261d3c921a16bffd491555d3a41ea1e5410d13 (patch)
treef0081f7a03da5226f60782d9731156cceb7ac9fb /libhello/tests/test/driver.cxx
parentcb647d3e1affe6b1ebd8a31b1ad5f7a76cde63ab (diff)
Regenerate libhello using bdep-new
Diffstat (limited to 'libhello/tests/test/driver.cxx')
-rw-r--r--libhello/tests/test/driver.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/libhello/tests/test/driver.cxx b/libhello/tests/test/driver.cxx
deleted file mode 100644
index 38937f0..0000000
--- a/libhello/tests/test/driver.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
-// file: tests/test/driver.cxx -*- C++ -*-
-
-#include <libhello/hello.hxx>
-
-int
-main ()
-{
- using hello::say;
-
- say ("World");
-}