From 17332e283e257b4259a315ce21cf53784f3b6060 Mon Sep 17 00:00:00 2001 From: kiranktp Date: Thu, 7 Nov 2019 15:17:57 +0530 Subject: [PATCH] [flang] Fix for flang-compiler/f18#694 - Unexpected error when compiling submodule Incorporated all review comments and updated the test case. Change-Id: I03939bfc705cc5319a0b7da3305026b8403b8edc Original-commit: flang-compiler/f18@5c602bfbc74a3cad1de6f35204bbfd64ac29bfa3 Reviewed-on: https://github.com/flang-compiler/f18/pull/817 --- flang/test/semantics/CMakeLists.txt | 1 - flang/test/semantics/separate-module-procs.f90 | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/flang/test/semantics/CMakeLists.txt b/flang/test/semantics/CMakeLists.txt index 420b4e526885..7c2da99a1fb5 100644 --- a/flang/test/semantics/CMakeLists.txt +++ b/flang/test/semantics/CMakeLists.txt @@ -215,7 +215,6 @@ set(SYMBOL_TESTS kinds01.f90 kinds03.f90 procinterface01.f90 - separate_module_procs_1.f90 ) # These test files have expected .mod file contents in the source diff --git a/flang/test/semantics/separate-module-procs.f90 b/flang/test/semantics/separate-module-procs.f90 index 41af50ed33ab..ba3b1abcc991 100644 --- a/flang/test/semantics/separate-module-procs.f90 +++ b/flang/test/semantics/separate-module-procs.f90 @@ -1,10 +1,10 @@ -!===-- separate-module-procs-2.f90 - Test separate module procedure ---------=== +!===--- separate-module-procs.f90 - Test separate module procedure ---------=== ! ! Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. ! See https://llvm.org/LICENSE.txt for license information. ! SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ! -!===-------------------------------------------------------------------------=== +!===------------------------------------------------------------------------=== ! case 1: ma_create_new_fun' was not declared a separate module procedure module m1