aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/ScopedPrinterTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/Support/ScopedPrinterTest.cpp')
-rw-r--r--llvm/unittests/Support/ScopedPrinterTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/ScopedPrinterTest.cpp b/llvm/unittests/Support/ScopedPrinterTest.cpp
index 1e2b138..280b3ee 100644
--- a/llvm/unittests/Support/ScopedPrinterTest.cpp
+++ b/llvm/unittests/Support/ScopedPrinterTest.cpp
@@ -109,7 +109,7 @@ protected:
verifyJSONScopedPrinter(JSONExpectedOut, Func);
}
- void TearDown() {
+ void TearDown() override {
// JSONScopedPrinter fails an assert if nothing's been printed.
if (!HasPrintedToJSON)
JSONWriter.printString("");