summaryrefslogtreecommitdiff
path: root/tests/typing/bad/testfile-arith-3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typing/bad/testfile-arith-3.cpp')
-rw-r--r--tests/typing/bad/testfile-arith-3.cpp2
1 files changed, 1 insertions, 1 deletions
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; }