annotate clang/test/Modules/epic-fail.m @ 266:00f31e85ec16 default tip

Added tag current for changeset 31d058e83c98
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 14 Oct 2023 10:13:55 +0900
parents 1f2b6ac9f198
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 // RUN: rm -rf %t
anatofuz
parents:
diff changeset
2 // RUN: not %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs -DgetModuleVersion="epic fail" %s 2>&1 | FileCheck %s
anatofuz
parents:
diff changeset
3
anatofuz
parents:
diff changeset
4 @import Module;
anatofuz
parents:
diff changeset
5 @import DependsOnModule;
anatofuz
parents:
diff changeset
6
anatofuz
parents:
diff changeset
7 // CHECK: While building module 'Module' imported from
anatofuz
parents:
diff changeset
8 // CHECK: error: expected ';' after top level declarator
252
1f2b6ac9f198 LLVM16-1
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
9 // CHECK: note: expanded from macro 'getModuleVersion'
150
anatofuz
parents:
diff changeset
10 // CHECK: fatal error: could not build module 'Module'
anatofuz
parents:
diff changeset
11 // CHECK: While building module 'DependsOnModule' imported from
anatofuz
parents:
diff changeset
12 // CHECK: fatal error: could not build module 'Module'
anatofuz
parents:
diff changeset
13 // CHECK-NOT: error: