This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Common/Core/Testing/Cxx/CMakeLists.txt b/Common/Core/Testing/Cxx/CMakeLists.txt | |
index dded0e378d..82dd9c91cb 100644 | |
--- a/Common/Core/Testing/Cxx/CMakeLists.txt | |
+++ b/Common/Core/Testing/Cxx/CMakeLists.txt | |
@@ -147,6 +147,7 @@ vtk_add_test_cxx(vtkCommonCoreCxxTests tests | |
TestObservers.cxx | |
TestObserversPerformance.cxx | |
TestOStreamWrapper.cxx | |
+ TestPrintArrayValues.cxx | |
TestSMP.cxx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 88656d5ecaa1965ff1ee8d3b29847281e3db2a4d Mon Sep 17 00:00:00 2001 | |
From: Jaswant Panchumarti <jaswant.panchumarti@kitware.com> | |
Date: Fri, 17 Jan 2025 12:10:41 -0500 | |
Subject: [PATCH 1/4] Revert "Merge topic 'serialize-print-vtkabstract-array'" | |
This reverts commit 056f967039782374f5369fa15ba9789d304d1405, reversing | |
changes made to 28e932029d6452d961d5587e8745edf6a0a83474. | |
--- | |
Common/Core/vtkAbstractArray.cxx | 60 ------------------------------- | |
Common/Core/vtkAbstractArray.h | 5 --- |