diff options
Diffstat (limited to 'test/Sema/enable_if.c')
| -rw-r--r-- | test/Sema/enable_if.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/enable_if.c b/test/Sema/enable_if.c index a3c4323c4c98..4644858593d6 100644 --- a/test/Sema/enable_if.c +++ b/test/Sema/enable_if.c @@ -49,7 +49,7 @@ size_t strnlen(const char *s, size_t maxlen)  // expected-note{{candidate functi    __attribute__((unavailable("'maxlen' is larger than the buffer size")));  void test2(const char *s, int i) { -// CHECK: define void @test2 +// CHECK: define {{.*}}void @test2    const char c[123];    strnlen(s, i);  // CHECK: call {{.*}}strnlen_real1  | 
