aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/vectorops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/vectorops.cpp')
-rw-r--r--test/vectorops.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vectorops.cpp b/test/vectorops.cpp
index 38beb19c2..b1bbfdbbb 100644
--- a/test/vectorops.cpp
+++ b/test/vectorops.cpp
@@ -54,8 +54,8 @@ void EigenTest::testVectorOps()
vectorOps(Vector2i());
vectorOps(Vector3d());
vectorOps(Vector4cf());
- /*vectorOps(VectorXf(1));
+ vectorOps(VectorXf(1));
vectorOps(VectorXi(2));
vectorOps(VectorXd(3));
- vectorOps(VectorXcf(4));*/
+ vectorOps(VectorXcf(4));
}