From a638cc9c3ce8c94bfc588a03c38ebd4b1476af9d Mon Sep 17 00:00:00 2001 From: ensc Date: Wed, 20 Sep 2006 06:25:38 +0000 Subject: [PATCH] fixed the va-list-is-array test --- 0012-added-VA_LIST_IS_ARRAY-check.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0012-added-VA_LIST_IS_ARRAY-check.txt b/0012-added-VA_LIST_IS_ARRAY-check.txt index e63d701..166ca77 100644 --- a/0012-added-VA_LIST_IS_ARRAY-check.txt +++ b/0012-added-VA_LIST_IS_ARRAY-check.txt @@ -44,7 +44,7 @@ index 0000000..1b9e397 +void foo() +{ + va_list list1, list2; -+ //list1 = list2; ++ list1 = list2; +} + +int main() {}