aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unittests/Support/YAMLIOTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Support/YAMLIOTest.cpp b/unittests/Support/YAMLIOTest.cpp
index f77df57..bc4ea22 100644
--- a/unittests/Support/YAMLIOTest.cpp
+++ b/unittests/Support/YAMLIOTest.cpp
@@ -999,7 +999,7 @@ struct MyDouble {
double value;
};
-LLVM_YAML_IS_DOCUMENT_LIST_VECTOR(MyDouble);
+LLVM_YAML_IS_DOCUMENT_LIST_VECTOR(MyDouble)
namespace llvm {