Skip to content

Commit e8515ca

Browse files
ashermancinellibanach-space
authored andcommitted
[flang] Update output format test to use GTest
Better document each test in output formatting tests. Use GTest primitives and infrastructure in same spirit as [[ https://reviews.llvm.org/D97403 | D97403 ]]. [[ flang-compiler/f18#995 (comment) | See legacy github issue linked here ]] for additional context. Reorganize long test cases to be more readable. Reviewed By: awarzynski, klausler Differential Revision: https://reviews.llvm.org/D98303
1 parent 7d8b478 commit e8515ca

File tree

4 files changed

+697
-531
lines changed

4 files changed

+697
-531
lines changed

Diff for: flang/unittests/Runtime/CMakeLists.txt

-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ add_flang_nongtest_unittest(format
2323
FortranRuntime
2424
)
2525

26-
add_flang_nongtest_unittest(hello
27-
RuntimeTesting
28-
FortranRuntime
29-
)
30-
3126
# This test is not run by default as it requires input.
3227
add_executable(external-hello-world
3328
external-hello.cpp

0 commit comments

Comments
 (0)