From c60164953dd6a4ee485c42211a3bcf8ee9eba06f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 20 Dec 2017 14:38:14 +0000 Subject: Fixed license headers --- tests/yagetest.cpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'tests/yagetest.cpp') diff --git a/tests/yagetest.cpp b/tests/yagetest.cpp index 2e961327..a599eba2 100644 --- a/tests/yagetest.cpp +++ b/tests/yagetest.cpp @@ -1,23 +1,21 @@ -/* ---------------------------------------------------------------------------- - * yagetest.cpp +/** --------------------------------------------------------------------------- + * @file: yagetest.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. * ---------------------------------------------------------------------------- */ - - -#include #include +#include TEST(YAGE, InitQuit) { try { yage::init(); yage::quit(); - } catch(std::runtime_error e) { -// ASSERT_TRUE(false); + } catch (std::runtime_error e) { + // ASSERT_TRUE(false); } } -- cgit