summaryrefslogtreecommitdiff
path: root/libhello/tests/test/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-04 16:16:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-04 16:16:41 +0200
commit4429bd6724a4668464e8a7920e3c77860b127678 (patch)
tree58c3acf5bcd852ceec69b26d52d2653d96abf22e /libhello/tests/test/driver.cxx
parent37cabea5ada7e241777d96c39c01b7a3eae91cdc (diff)
Regenerate libhello using bdep-new
Diffstat (limited to 'libhello/tests/test/driver.cxx')
-rw-r--r--libhello/tests/test/driver.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/libhello/tests/test/driver.cxx b/libhello/tests/test/driver.cxx
deleted file mode 100644
index 1c08bca..0000000
--- a/libhello/tests/test/driver.cxx
+++ /dev/null
@@ -1,14 +0,0 @@
-// file: tests/test/driver.cxx -*- C++ -*-
-
-#include <libhello/hello.hxx>
-#include <libformat/format.hxx> // volume
-
-int
-main ()
-{
- using namespace hello;
-
- say ("World");
- say ("World", format::volume::loud);
- say_formatted ("Hi, World!");
-}