From a01d09ca4730de4987d67e73a8ee895f77f57f9c Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Thu, 5 Dec 2013 22:20:54 +0100 Subject: Added tests, corrected two failed tests. --- tests/typing/bad/testfile-arith-3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typing/bad/testfile-arith-3.cpp') diff --git a/tests/typing/bad/testfile-arith-3.cpp b/tests/typing/bad/testfile-arith-3.cpp index ec4f877..9418b15 100644 --- a/tests/typing/bad/testfile-arith-3.cpp +++ b/tests/typing/bad/testfile-arith-3.cpp @@ -1,2 +1,2 @@ -int main() { char *p; p+p; } +int main() { int *p; p+p; } -- cgit v1.2.3