forked from OSchip/llvm-project
Removing a spurious semi-colon; this macro expands into a namespace.
llvm-svn: 188525
This commit is contained in:
parent
414a0cdd38
commit
381f59f06f
|
@ -1305,7 +1305,7 @@ struct OptionalTestSeq {
|
|||
std::vector<OptionalTest> Tests;
|
||||
};
|
||||
|
||||
LLVM_YAML_IS_SEQUENCE_VECTOR(OptionalTest);
|
||||
LLVM_YAML_IS_SEQUENCE_VECTOR(OptionalTest)
|
||||
namespace llvm {
|
||||
namespace yaml {
|
||||
template <>
|
||||
|
|
Loading…
Reference in New Issue