diff options
| author | Vedant Kumar <vsk@apple.com> | 2015-12-22 23:12:41 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2015-12-22 23:12:41 +0000 |
| commit | cc8f47ebc2bf945f2a6a787052c9839b9237005f (patch) | |
| tree | eff1cb74517cdb898e1f563caf4584e0ff55c316 /llvm/unittests/Support/TimerTest.cpp | |
| parent | 134b103fc0f3a995d76398bf4b029d72bebe8162 (diff) | |
| download | llvm-cc8f47ebc2bf945f2a6a787052c9839b9237005f.zip llvm-cc8f47ebc2bf945f2a6a787052c9839b9237005f.tar.gz llvm-cc8f47ebc2bf945f2a6a787052c9839b9237005f.tar.bz2 | |
[unittest] Use Support/thread.h instead of <thread> (second try)
llvm-svn: 256292
Diffstat (limited to 'llvm/unittests/Support/TimerTest.cpp')
| -rw-r--r-- | llvm/unittests/Support/TimerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/TimerTest.cpp b/llvm/unittests/Support/TimerTest.cpp index 2773600..00515f9 100644 --- a/llvm/unittests/Support/TimerTest.cpp +++ b/llvm/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> |
