summaryrefslogtreecommitdiffstats
path: root/unittests/Support/TimerTest.cpp
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2015-12-22 23:12:41 +0000
committerVedant Kumar <vsk@apple.com>2015-12-22 23:12:41 +0000
commitb1500ee8d5de31b6c15925cf477737b0f38a4254 (patch)
tree067dae38c37cd6efdcccc5ad435d9e8799dcb188 /unittests/Support/TimerTest.cpp
parent5579d13f95aab937dbef5b6c0def6d06a121e89c (diff)
[unittest] Use Support/thread.h instead of <thread> (second try)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256292 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Support/TimerTest.cpp')
-rw-r--r--unittests/Support/TimerTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Support/TimerTest.cpp b/unittests/Support/TimerTest.cpp
index 27736007bcc8..00515f9aeb43 100644
--- a/unittests/Support/TimerTest.cpp
+++ b/unittests/Support/TimerTest.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/Timer.h"
-#include "llvm/Support/Thread.h"
+#include "llvm/Support/thread.h"
#include "gtest/gtest.h"
#include <chrono>