| 1 | // RUN: rm -rf %t |
|---|---|
| 2 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F%S/Inputs/protocol-redefinition -fsyntax-only %s -Wno-private-module -verify |
| 3 | |
| 4 | // expected-no-diagnostics |
| 5 | |
| 6 | @import Kit; |
| 7 |
| 1 | // RUN: rm -rf %t |
|---|---|
| 2 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F%S/Inputs/protocol-redefinition -fsyntax-only %s -Wno-private-module -verify |
| 3 | |
| 4 | // expected-no-diagnostics |
| 5 | |
| 6 | @import Kit; |
| 7 |