summaryrefslogtreecommitdiff
path: root/libhello/tests/basics/driver.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-10 15:05:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-10 15:05:34 +0300
commit98106ac1979f7225e1391b4299983b26f6088508 (patch)
tree402ca36ac987e9e0fdcc270660d37645036f9171 /libhello/tests/basics/driver.cxx
parent1e505a7554683f8fd92ab2ab311ff97b7d12f295 (diff)
Align with latest bdep-new
Diffstat (limited to 'libhello/tests/basics/driver.cxx')
-rw-r--r--libhello/tests/basics/driver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libhello/tests/basics/driver.cxx b/libhello/tests/basics/driver.cxx
index 2cef70b..24c29a1 100644
--- a/libhello/tests/basics/driver.cxx
+++ b/libhello/tests/basics/driver.cxx
@@ -4,11 +4,11 @@
#include <libhello/version.hxx>
#include <libhello/hello.hxx>
-using namespace std;
-using namespace hello;
-
int main ()
{
+ using namespace std;
+ using namespace hello;
+
// Basics.
//
{