summaryrefslogtreecommitdiff
path: root/test/CodeGen/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/call.c')
-rw-r--r--test/CodeGen/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/call.c b/test/CodeGen/call.c
index ef327751b3ad..723911158c05 100644
--- a/test/CodeGen/call.c
+++ b/test/CodeGen/call.c
@@ -18,7 +18,7 @@ void JS_ReportErrorNumber(JSErrorCallback errorCallback, ...);
void Interpret() {
JS_ReportErrorNumber(js_GetErrorMessage, 0);
- // CHECK: call void ({{.*}}, ...)* @JS_ReportErrorNumber({{.*}}@js_GetErrorMessage
+ // CHECK: call void ({{.*}}, ...) @JS_ReportErrorNumber({{.*}}@js_GetErrorMessage
}