From 98106ac1979f7225e1391b4299983b26f6088508 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 10 Sep 2018 15:05:34 +0300 Subject: Align with latest bdep-new --- libhello/tests/basics/driver.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libhello/tests/basics/driver.cxx') 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 #include -using namespace std; -using namespace hello; - int main () { + using namespace std; + using namespace hello; + // Basics. // { -- cgit v1.1