blob: a8737216e2127df4791aa411acb0b5cc9c1f4c11 [file] [log] [blame]
Douglas Gregorc5b2e582012-01-29 18:15:03 +00001// Note: the run lines follow their respective tests, since line/column
2// matter in this test.
3
Douglas Gregor1b257af2012-12-11 22:11:52 +00004@import LibA.Extensions;
Douglas Gregorc5b2e582012-01-29 18:15:03 +00005
6// RUN: rm -rf %t
Douglas Gregor1b257af2012-12-11 22:11:52 +00007// RUN: c-index-test -code-completion-at=%s:4:9 -fmodule-cache-path %t -fmodules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP-LEVEL %s
Douglas Gregorc5b2e582012-01-29 18:15:03 +00008// CHECK-TOP-LEVEL: NotImplemented:{TypedText Framework} (50)
9// CHECK-TOP-LEVEL: NotImplemented:{TypedText LibA} (50)
10// CHECK-TOP-LEVEL: NotImplemented:{TypedText nested} (50)
11
Douglas Gregor1b257af2012-12-11 22:11:52 +000012// RUN: c-index-test -code-completion-at=%s:4:14 -fmodule-cache-path %t -fmodules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-LIBA %s
Douglas Gregorc5b2e582012-01-29 18:15:03 +000013// CHECK-LIBA: NotImplemented:{TypedText Extensions} (50)
14