We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221b8d9 commit 1c6d79fCopy full SHA for 1c6d79f
test/functions/fcf/pointers/Motivators.chpl
@@ -187,10 +187,11 @@ module Motivators {
187
testNestedProcInGenericInstantiation();
188
testPtrToNestedProcInMethod();
189
testCallProcStoredInRecordField();
190
- testCallProcReturningByConstRef();
+ // TODO: Need to fit 'FunctionType' into 'insertWideReferences'.
191
+ // testCallProcReturningByConstRef();
192
testParenlessProcNotProcType();
- testProcValueThatThrows1();
193
- testProcValueThatThrows2();
+ // testProcValueThatThrows1();
194
+ // testProcValueThatThrows2();
195
testProcCallAsActualParsing1();
196
testProcCallAsActualParsing2();
197
testAnonProcAsForwardingCrazyProgram();
0 commit comments