blob: ef0aa5a0e722ef2d0377f37400b7d91845b9ad2d [file] [log] [blame]
Douglas Gregor463d9092012-11-29 23:55:25 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodule-cache-path %t -fmodules -F %S/Inputs -DgetModuleVersion="epic fail" %s 2>&1 | FileCheck %s
3
Douglas Gregor1b257af2012-12-11 22:11:52 +00004@import Module;
5@import DependsOnModule;
Douglas Gregor463d9092012-11-29 23:55:25 +00006
Douglas Gregor830ea5b2012-11-30 18:38:50 +00007// CHECK: While building module 'Module' imported from
Douglas Gregor463d9092012-11-29 23:55:25 +00008// CHECK: error: expected ';' after top level declarator
Richard Smith5b10af72012-12-05 11:04:55 +00009// CHECK: note: expanded from here
Douglas Gregor463d9092012-11-29 23:55:25 +000010// CHECK: fatal error: could not build module 'Module'
Douglas Gregor830ea5b2012-11-30 18:38:50 +000011// CHECK: While building module 'DependsOnModule' imported from
Douglas Gregor463d9092012-11-29 23:55:25 +000012// CHECK: fatal error: could not build module 'Module'
13// CHECK-NOT: error: