summaryrefslogtreecommitdiff
path: root/libhello/tests/basics/driver.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-10 14:54:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-10 15:06:38 +0300
commita32c930d2fc18b993fcf09d47404a33513892de1 (patch)
treea004b7c7ead39b96896b1085d84ddd32552d54f8 /libhello/tests/basics/driver.cxx
parent9b69fcd112558d7bede44bc15494882de90bd676 (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 1f0a479..a7ef847 100644
--- a/libhello/tests/basics/driver.cxx
+++ b/libhello/tests/basics/driver.cxx
@@ -5,11 +5,11 @@
#include <libhello/version.hxx>
#include <libhello/hello.hxx>
-using namespace std;
-using namespace hello;
-
int main ()
{
+ using namespace std;
+ using namespace hello;
+
// Basics.
//
{