summaryrefslogtreecommitdiffstats
path: root/test/Sema/attr-alias.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/attr-alias.c')
-rw-r--r--test/Sema/attr-alias.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Sema/attr-alias.c b/test/Sema/attr-alias.c
index 151052f89e..93136706a7 100644
--- a/test/Sema/attr-alias.c
+++ b/test/Sema/attr-alias.c
@@ -2,7 +2,4 @@
void g() {}
-// It is important that the following string be in the error message. The gcc
-// testsuite looks for it to decide if a target supports aliases.
-
-void f() __attribute__((alias("g"))); //expected-error {{only weak aliases are supported}}
+void f() __attribute__((alias("g"))); //expected-error {{aliases are not supported on darwin}}