From 8666c3975a8ca85406636ffe874315d646c2e892 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Wed, 10 Sep 2014 21:24:49 -0700 Subject: [PATCH] Fixing alloy-test. --- src/alloy/test/alloy-test.cc | 2 +- src/alloy/test/test_add.cc | 2 +- src/alloy/test/test_extract.cc | 2 +- src/alloy/test/test_insert.cc | 2 +- src/alloy/test/test_load_vector_shl_shr.cc | 2 +- src/alloy/test/test_pack.cc | 2 +- src/alloy/test/test_permute.cc | 2 +- src/alloy/test/test_sha.cc | 2 +- src/alloy/test/test_shl.cc | 2 +- src/alloy/test/test_shr.cc | 2 +- src/alloy/test/test_swizzle.cc | 2 +- src/alloy/test/test_unpack.cc | 2 +- src/alloy/test/test_vector_add.cc | 2 +- src/alloy/test/test_vector_max.cc | 2 +- src/alloy/test/test_vector_min.cc | 2 +- src/alloy/test/test_vector_rotate_left.cc | 2 +- src/alloy/test/test_vector_sha.cc | 2 +- src/alloy/test/test_vector_shl.cc | 2 +- src/alloy/test/test_vector_shr.cc | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/alloy/test/alloy-test.cc b/src/alloy/test/alloy-test.cc index 0f3e6ce19..24e88e428 100644 --- a/src/alloy/test/alloy-test.cc +++ b/src/alloy/test/alloy-test.cc @@ -10,7 +10,7 @@ #define CATCH_CONFIG_RUNNER #include -#include +#include namespace alloy { namespace test { diff --git a/src/alloy/test/test_add.cc b/src/alloy/test/test_add.cc index 3a6f6146a..480874011 100644 --- a/src/alloy/test/test_add.cc +++ b/src/alloy/test/test_add.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include #include diff --git a/src/alloy/test/test_extract.cc b/src/alloy/test/test_extract.cc index 9e8935399..6090b1744 100644 --- a/src/alloy/test/test_extract.cc +++ b/src/alloy/test/test_extract.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include #include diff --git a/src/alloy/test/test_insert.cc b/src/alloy/test/test_insert.cc index c14e57051..a23d07896 100644 --- a/src/alloy/test/test_insert.cc +++ b/src/alloy/test/test_insert.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include #include diff --git a/src/alloy/test/test_load_vector_shl_shr.cc b/src/alloy/test/test_load_vector_shl_shr.cc index dee8f07d2..508dff9d0 100644 --- a/src/alloy/test/test_load_vector_shl_shr.cc +++ b/src/alloy/test/test_load_vector_shl_shr.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include using namespace alloy; using namespace alloy::hir; diff --git a/src/alloy/test/test_pack.cc b/src/alloy/test/test_pack.cc index 4c693e729..4e246e72a 100644 --- a/src/alloy/test/test_pack.cc +++ b/src/alloy/test/test_pack.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include using namespace alloy; using namespace alloy::hir; diff --git a/src/alloy/test/test_permute.cc b/src/alloy/test/test_permute.cc index ab16ebc68..cacb8635b 100644 --- a/src/alloy/test/test_permute.cc +++ b/src/alloy/test/test_permute.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include using namespace alloy; using namespace alloy::hir; diff --git a/src/alloy/test/test_sha.cc b/src/alloy/test/test_sha.cc index 61e4b0007..65f4d8553 100644 --- a/src/alloy/test/test_sha.cc +++ b/src/alloy/test/test_sha.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include using namespace alloy; using namespace alloy::hir; diff --git a/src/alloy/test/test_shl.cc b/src/alloy/test/test_shl.cc index c05bb7071..7d22b8af1 100644 --- a/src/alloy/test/test_shl.cc +++ b/src/alloy/test/test_shl.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include using namespace alloy; using namespace alloy::hir; diff --git a/src/alloy/test/test_shr.cc b/src/alloy/test/test_shr.cc index 3ddfc6dd7..ff5b10634 100644 --- a/src/alloy/test/test_shr.cc +++ b/src/alloy/test/test_shr.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include using namespace alloy; using namespace alloy::hir; diff --git a/src/alloy/test/test_swizzle.cc b/src/alloy/test/test_swizzle.cc index 270d6fb84..04d9e4ec9 100644 --- a/src/alloy/test/test_swizzle.cc +++ b/src/alloy/test/test_swizzle.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include using namespace alloy; using namespace alloy::hir; diff --git a/src/alloy/test/test_unpack.cc b/src/alloy/test/test_unpack.cc index 2af4b0ef0..f419419b1 100644 --- a/src/alloy/test/test_unpack.cc +++ b/src/alloy/test/test_unpack.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include using namespace alloy; using namespace alloy::hir; diff --git a/src/alloy/test/test_vector_add.cc b/src/alloy/test/test_vector_add.cc index ed236743a..526e3e0a5 100644 --- a/src/alloy/test/test_vector_add.cc +++ b/src/alloy/test/test_vector_add.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include #include diff --git a/src/alloy/test/test_vector_max.cc b/src/alloy/test/test_vector_max.cc index 0225c6823..ebf858cc7 100644 --- a/src/alloy/test/test_vector_max.cc +++ b/src/alloy/test/test_vector_max.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include #include diff --git a/src/alloy/test/test_vector_min.cc b/src/alloy/test/test_vector_min.cc index e82441189..dfa08f8db 100644 --- a/src/alloy/test/test_vector_min.cc +++ b/src/alloy/test/test_vector_min.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include #include diff --git a/src/alloy/test/test_vector_rotate_left.cc b/src/alloy/test/test_vector_rotate_left.cc index 4f96c237c..1c8e19d5e 100644 --- a/src/alloy/test/test_vector_rotate_left.cc +++ b/src/alloy/test/test_vector_rotate_left.cc @@ -8,7 +8,7 @@ */ #include -#include +#include using namespace alloy; using namespace alloy::hir; diff --git a/src/alloy/test/test_vector_sha.cc b/src/alloy/test/test_vector_sha.cc index 6c9cdc16a..ebd2f535b 100644 --- a/src/alloy/test/test_vector_sha.cc +++ b/src/alloy/test/test_vector_sha.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include using namespace alloy; using namespace alloy::hir; diff --git a/src/alloy/test/test_vector_shl.cc b/src/alloy/test/test_vector_shl.cc index 50228d310..45313427a 100644 --- a/src/alloy/test/test_vector_shl.cc +++ b/src/alloy/test/test_vector_shl.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include using namespace alloy; using namespace alloy::hir; diff --git a/src/alloy/test/test_vector_shr.cc b/src/alloy/test/test_vector_shr.cc index 25ae6c91d..d749197ef 100644 --- a/src/alloy/test/test_vector_shr.cc +++ b/src/alloy/test/test_vector_shr.cc @@ -7,7 +7,7 @@ ****************************************************************************** */ -#include +#include using namespace alloy; using namespace alloy::hir;