summaryrefslogtreecommitdiff
path: root/lib/core/tests
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/tests')
-rw-r--r--lib/core/tests/vtk_write.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/core/tests/vtk_write.cpp b/lib/core/tests/vtk_write.cpp
index 231fd37..c99d752 100644
--- a/lib/core/tests/vtk_write.cpp
+++ b/lib/core/tests/vtk_write.cpp
@@ -36,7 +36,7 @@ using MacroStruct = Struct<
>;
}
-
+/*
SAW_TEST("VTK Write test example"){
using namespace kel;
@@ -88,5 +88,6 @@ SAW_TEST("VTK Write raw test example"){
// using Type = typename parameter_pack_type<i,T...>::type;
}
+*/
}