Skip to content

Commit 2ed6f58

Browse files
committed
[Modules] Fix testcases from r331232
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331233 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f6444a8 commit 2ed6f58

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
framework module A {
33
header "a.h"
4-
//module * { export * }
54
export *
65
}

test/Modules/non-ambiguous-enum.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: rm -rf %t
22
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F%S/Inputs/non-ambiguous-enum -fsyntax-only %s -verify
3-
#import <B/B.h>
4-
#import <A/A.h>
3+
#import <B/b.h>
4+
#import <A/a.h>
55

66
// expected-no-diagnostics
77

0 commit comments

Comments
 (0)