From 5285151d0860ff6b69990f5c6487f511612779da Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 6 Aug 2020 11:31:57 -0600 Subject: [PATCH] Temporal: alter which tests are run by test2 --- libs/temporal/test2.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/temporal/test2.cc b/libs/temporal/test2.cc index 2b6596e25d..7531a6bb68 100644 --- a/libs/temporal/test2.cc +++ b/libs/temporal/test2.cc @@ -255,11 +255,11 @@ main (int argc, char *argv[]) srandom (time ((time_t *) 0)); - //single_atomic (); - //bitfields (); - //masks (); + single_atomic (); + bitfields (); + masks (); atomic_masks (); - test_ints (); + // test_ints (); return 0; }