summaryrefslogtreecommitdiff
path: root/flang/unittests
diff options
context:
space:
mode:
authorPeter Steinfeld <psteinfeld@nvidia.com>2022-11-02 14:31:14 -0700
committerPeter Steinfeld <psteinfeld@nvidia.com>2022-11-03 09:26:22 -0700
commit74d5c3c0f078bf88b2462e05fa52c2ec1ce11b48 (patch)
tree27d941eb25bd0cc9fe9196ee564f193c25b0078f /flang/unittests
parent6f04011f15aca2581571989f349b7a3f332bb4f6 (diff)
downloadllvm-74d5c3c0f078bf88b2462e05fa52c2ec1ce11b48.tar.gz
[Flang] Run clang-format on all flang files
This will make it easier for me to do reviews. Differential Revision: https://reviews.llvm.org/D137291
Diffstat (limited to 'flang/unittests')
-rw-r--r--flang/unittests/Optimizer/FIRContextTest.cpp4
-rw-r--r--flang/unittests/Runtime/Time.cpp1
2 files changed, 2 insertions, 3 deletions
diff --git a/flang/unittests/Optimizer/FIRContextTest.cpp b/flang/unittests/Optimizer/FIRContextTest.cpp
index 5976f2c4979f..7e1b97bbbd4f 100644
--- a/flang/unittests/Optimizer/FIRContextTest.cpp
+++ b/flang/unittests/Optimizer/FIRContextTest.cpp
@@ -7,11 +7,11 @@
//===----------------------------------------------------------------------===//
#include "flang/Optimizer/Support/FIRContext.h"
-#include "flang/Optimizer/Support/KindMapping.h"
+#include "gtest/gtest.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/BuiltinOps.h"
+#include "flang/Optimizer/Support/KindMapping.h"
#include "llvm/Support/Host.h"
-#include "gtest/gtest.h"
#include <string>
using namespace fir;
diff --git a/flang/unittests/Runtime/Time.cpp b/flang/unittests/Runtime/Time.cpp
index 479f82ffe524..ceccb4a70805 100644
--- a/flang/unittests/Runtime/Time.cpp
+++ b/flang/unittests/Runtime/Time.cpp
@@ -166,4 +166,3 @@ TEST(TimeIntrinsics, DateAndTime) {
EXPECT_LE(minutes, 59);
}
}
-