From a18784cbbdcab8e8d7ee10038460e42d4f1ab477 Mon Sep 17 00:00:00 2001 From: Emmett Lalish Date: Mon, 21 Mar 2022 22:08:21 -0700 Subject: [PATCH] command-line arguments for tests --- test/samples_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/samples_test.cpp b/test/samples_test.cpp index c652d45e4..9d76fa15e 100644 --- a/test/samples_test.cpp +++ b/test/samples_test.cpp @@ -18,8 +18,6 @@ #include "polygon.h" #include "test.h" -constexpr bool exportModels = false; - using namespace manifold; void CheckManifold(const Manifold& manifold) {