We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70627b commit 8de9352Copy full SHA for 8de9352
frontend/test/resolution/testIntegralReturnType.cpp
@@ -46,7 +46,7 @@ static const chpl::types::PrimitiveType* stringNameToType(Context* context, std:
46
} else if (name == "uint(64)") {
47
return UintType::get(context, 64);
48
} else {
49
- throw std::runtime_error("Unknown type name: " + name);
+ assert(false && "Unexpected type name");
50
}
51
52
0 commit comments