| 1 | @import NewName; |
|---|---|
| 2 | |
| 3 | int f() { return same_api; } |
| 4 | |
| 5 | // RUN: rm -rf %t |
| 6 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -I %S/Inputs/oldname -fmodules-cache-path=%t %s -verify |
| 7 | |
| 8 | // expected-no-diagnostics |
| 9 |
| 1 | @import NewName; |
|---|---|
| 2 | |
| 3 | int f() { return same_api; } |
| 4 | |
| 5 | // RUN: rm -rf %t |
| 6 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -I %S/Inputs/oldname -fmodules-cache-path=%t %s -verify |
| 7 | |
| 8 | // expected-no-diagnostics |
| 9 |