fixed the va-list-is-array test

This commit is contained in:
ensc 2006-09-20 06:25:38 +00:00
parent 7a4389e475
commit a638cc9c3c

View File

@ -44,7 +44,7 @@ index 0000000..1b9e397
+void foo()
+{
+ va_list list1, list2;
+ //list1 = list2;
+ list1 = list2;
+}
+
+int main() {}