From b81172c5325e2663f128e71f838bf1e560017ec5 Mon Sep 17 00:00:00 2001 From: Vassily Litvinov Date: Wed, 13 Mar 2024 20:31:17 -0700 Subject: [PATCH] Do not use ---minimal-modules for `named-field-q-2.chpl`. Rationale: --minimal-modules does not work with several configurations, see ``` test/compflags/bradc/minimalModules/SKIPIF ``` To reduce the risk of testing noise, do not use this option on this test. Signed-off-by: Vassily Litvinov --- test/types/records/generic/named-field-q-2.compopts | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 test/types/records/generic/named-field-q-2.compopts diff --git a/test/types/records/generic/named-field-q-2.compopts b/test/types/records/generic/named-field-q-2.compopts deleted file mode 100644 index ee3ceddd94a0..000000000000 --- a/test/types/records/generic/named-field-q-2.compopts +++ /dev/null @@ -1,2 +0,0 @@ -# compile with --minimal-modules just because we can ---minimal-modules