summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/LineEditor/LineEditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/LineEditor/LineEditor.cpp')
-rw-r--r--llvm/unittests/LineEditor/LineEditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/LineEditor/LineEditor.cpp b/llvm/unittests/LineEditor/LineEditor.cpp
index 26053c0ede2..4d9081fd5c2 100644
--- a/llvm/unittests/LineEditor/LineEditor.cpp
+++ b/llvm/unittests/LineEditor/LineEditor.cpp
@@ -29,7 +29,7 @@ public:
LE = new LineEditor("test", HistPath);
}
- ~LineEditorTest() {
+ ~LineEditorTest() override {
delete LE;
sys::fs::remove(HistPath.str());
}
OpenPOWER on IntegriCloud