ASTOOScope ontology

This commit is contained in:
David Ungar
2019-03-01 09:15:02 -08:00
parent 6171d68bfa
commit 663760e3b7
42 changed files with 5610 additions and 3610 deletions

View File

@@ -13,6 +13,9 @@
// Make sure we installed a forwarding module.
// RUN: %{python} %S/Inputs/check-is-forwarding-module.py %t/MCP/Lib-*.swiftmodule
// Make sure it passes:
// RUN: sleep 1
// Now invalidate a dependency of the prebuilt module, and make sure the forwarding file is replaced with a real module.
// RUN: %{python} %S/Inputs/make-old.py %t/Lib.swiftinterface
// RUN: not %target-swift-frontend -typecheck -parse-stdlib -module-cache-path %t/MCP -sdk %S/Inputs -I %S/Inputs/prebuilt-module-cache/ -prebuilt-module-cache-path %t/prebuilt-cache %s 2>&1 | %FileCheck -check-prefix=FROM-INTERFACE %s